travis: compile 32 bit binary

This commit is contained in:
xoviat 2017-07-17 16:07:53 -05:00 committed by GitHub
parent 31e086d6a6
commit 75ed3a2696
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ env:
- TARGET_BOX=LINUX64 BTYPE="BINARY=64 INTERFACE64=1"
- TARGET_BOX=LINUX32 BTYPE="BINARY=32"
- TARGET_BOX=WIN64 BTYPE="BINARY=64 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran"
- TARGET_BOX=WIN32 BTYPE="BINARY=32 HOSTCC=gcc CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran"
before_install:
- sudo apt-get update -qq
@ -35,4 +36,4 @@ script:
branches:
only:
- master
- develop
- develop