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
|
- make -s test -j2 CPPFLAGS=-DTEST_MATHLIB_VALUE
|
||||||
- touch lib/mathlib.cpp test/testmathlib.cpp
|
- touch lib/mathlib.cpp test/testmathlib.cpp
|
||||||
# compile cppcheck with -DNONNEG
|
# compile cppcheck with -DNONNEG
|
||||||
- echo $CXXFLAGS
|
# - echo $CXXFLAGS
|
||||||
- make -s CPPFLAGS=-DNONNEG -j2
|
# - make -s CPPFLAGS=-DNONNEG -j2
|
||||||
- make clean
|
# - make clean
|
||||||
# compile cppcheck, default build
|
# compile cppcheck, default build
|
||||||
- echo $CXXFLAGS
|
- echo $CXXFLAGS
|
||||||
- make -s test -j2
|
- make -s test -j2
|
||||||
|
|
Loading…
Reference in New Issue