dosemu2 / fdpp

FreeDOS plus-plus, 64bit DOS
GNU General Public License v3.0
198 stars 18 forks source link

Tiny #145

Closed stsp closed 4 years ago

stsp commented 4 years ago

switch to TINY model

stsp commented 4 years ago

It passes tests though! Are you sure the problem is within these patches?

andrewbird commented 4 years ago

FDPP travis only checks for build success, doesn't run the dosemu tests.

stsp commented 4 years ago

Looks like I managed! But how to run the full test now?

andrewbird commented 4 years ago

Checkout the test branch I just made and push it to your own topic branch https://github.com/andrewbird/dosemu2/tree/do_full_tests_with_fdpp_branch. You should then be able push to it, or just press the retest button in Travis to retest your changes in 'tiny' branch of fdpp.

andrewbird commented 4 years ago

Actually, there's no point in doing all DOS tests to check FDPP, so you might want to remove the travis_test.sh changes I made.