From 9cfc95f67dd3ec83213f8fbd2098023566aaea73 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 21 Jun 2018 12:59:09 +0200 Subject: [PATCH] travis-ci: compile WIN32 with win32 api --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 08055b57..a88598c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'