Travis: Reduce execution time

This commit is contained in:
Daniel Marjamäki 2019-07-14 20:46:50 +02:00
parent b30ef3d050
commit 7be6fbf658
1 changed files with 3 additions and 3 deletions

View File

@ -209,9 +209,9 @@ script:
- make -s test -j2 CPPFLAGS=-DTEST_MATHLIB_VALUE
- touch lib/mathlib.cpp test/testmathlib.cpp
# compile cppcheck with -DNONNEG
- echo $CXXFLAGS
- make -s CPPFLAGS=-DNONNEG -j2
- make clean
# - echo $CXXFLAGS
# - make -s CPPFLAGS=-DNONNEG -j2
# - make clean
# compile cppcheck, default build
- echo $CXXFLAGS
- make -s test -j2