fixes whitespaces
This commit is contained in:
parent
45e246365c
commit
b85f16154f
@ -25,8 +25,8 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make -C build/gmake -f test.make
|
- make -C build/gmake -f test.make
|
||||||
- make -C build/gmake -f example.make
|
- make -C build/gmake -f example.make
|
||||||
- cd bin
|
- cd bin
|
||||||
- ./unittest_${config_suffix}
|
- ./unittest_${config_suffix}
|
||||||
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
|
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
|
||||||
- if [ "$config" = "release64" ]; then ./perftest_${config_suffix}; fi
|
- if [ "$config" = "release64" ]; then ./perftest_${config_suffix}; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user