Commit b85f1615 authored by Milo Yip's avatar Milo Yip

fixes whitespaces

parent 45e24636
......@@ -25,8 +25,8 @@ before_script:
script:
- make -C build/gmake -f test.make
- make -C build/gmake -f example.make
- cd bin
- make -C build/gmake -f example.make
- cd bin
- ./unittest_${config_suffix}
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
- if [ "$config" = "release64" ]; then ./perftest_${config_suffix}; fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment