Commit 7384fe97 authored by Milo Yip's avatar Milo Yip

Change directory

parent 71901bc8
...@@ -25,8 +25,9 @@ script: ...@@ -25,8 +25,9 @@ script:
- 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}
- ./perftest_${config_suffix} # - ./perftest_${config_suffix}
after_script: after_script:
- cd "${TRAVIS_BUILD_DIR}"
- doxygen build/Doxyfile - doxygen build/Doxyfile
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