Travis: Reduce execution time
This commit is contained in:
parent
b30ef3d050
commit
7be6fbf658
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue