add build tests to travis

This commit is contained in:
derselbst 2018-03-03 20:06:23 +01:00
parent 57eceee073
commit e881fa198e
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ env:
- CMAKE_FLAGS="-Denable-floats=1 -Denable-profiling=1" - CMAKE_FLAGS="-Denable-floats=1 -Denable-profiling=1"
- CMAKE_FLAGS="-Denable-trap-on-fpe=1" - CMAKE_FLAGS="-Denable-trap-on-fpe=1"
- CMAKE_FLAGS="-Denable-fpe-check=1" - CMAKE_FLAGS="-Denable-fpe-check=1"
- CMAKE_FLAGS="-Denable-ipv6=0"
- CMAKE_FLAGS="-Denable-network=0"
- CMAKE_FLAGS="-Denable-aufile=0"
- CMAKE_FLAGS="-DBUILD_SHARED_LIBS=0" - CMAKE_FLAGS="-DBUILD_SHARED_LIBS=0"
matrix: matrix:
include: include: