WagicProject / wagic

Wagic the Homebrew
Other
349 stars 78 forks source link

Fix for PSP/Android and added new sets M20/MH1/SS2/C19 and fixed UST/V17 sets #1025

Closed Vitty85 closed 5 years ago

Vitty85 commented 5 years ago

Implemented the Image downloader for Android and corrected several build issues for PSP and Android.

Replaced tabs by 4 spaces.

Removed modifications to boost

Set Android API level to 23 for JDK 1.7 usage

removed java.nio dependencies.

Fixed snow mana issue.

Vitty85 commented 5 years ago

I solved all the compilation error but the test suite return 2 errors at the end. Do yuo have any idea?

xawotihs commented 5 years ago

Thanks for your efforts, almost there :) The CI performs all the cross-compilation and at the end runs the test suite. The two errors you're getting are because TirelessTracker.txt and TirelessGraf.txt test scripts are failing.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.06%) to 40.559% when pulling f5a20110c4f8e0c9f60da6ef977400dbe33c5227 on Vitty85:master into a27216c31731257df94f01b0850f35d4a3a27e01 on WagicProject:master.

Vitty85 commented 5 years ago

Now it's all ok, i corrected the last 2 errors on test suite.