Edit travis file

This commit is contained in:
Daniel Chappuis 2018-04-06 07:23:51 +02:00
parent c9924c406e
commit d125bc33c5

View File

@ -140,5 +140,7 @@ branches:
- develop - develop
script: script:
- mkdir build_directory
- cd build_directory
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} —DDOUBLE_PRECISION_ENABLED=${DOUBLE_PRECISION} -DCOMPILE_TESTS=True ../ - cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${BUILD_TYPE} —DDOUBLE_PRECISION_ENABLED=${DOUBLE_PRECISION} -DCOMPILE_TESTS=True ../
- make && make test ARGS="-V" - make && make test ARGS="-V"