travis-ci: compile WIN32 with win32 api

This commit is contained in:
Thomas Bernard 2018-06-21 12:59:09 +02:00
parent 2d46fbc4d6
commit 9cfc95f67d

View File

@ -43,3 +43,5 @@ script:
- 'if [ "$WIN32CROSS" = "1" ] ; then make 3rdparty ; fi'
- 'if [ "$TRAVIS_OS_NAME" = "osx" ] ; then make ; else make -j3 ; fi'
- 'make ziprelease'
- 'if [ "$WIN32CROSS" = "1" ] ; then make win32installer ; fi'
- 'if [ "$WIN32CROSS" = "1" ] ; then API=win32 make ; fi'