Commit 45e24636 authored by Milo Yip's avatar Milo Yip

Reactivate normal building process

parent 0fbb05c4
......@@ -24,12 +24,12 @@ before_script:
- cd "${TRAVIS_BUILD_DIR}"
script:
# - make -C build/gmake -f test.make
# - make -C build/gmake -f example.make
- make -C build/gmake -f test.make
- make -C build/gmake -f example.make
- cd bin
# - ./unittest_${config_suffix}
# - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
# - ./perftest_${config_suffix}
- ./unittest_${config_suffix}
- valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
- if [ "$config" = "release64" ]; then ./perftest_${config_suffix}; fi
after_success:
# Build latest doxygen from source
......
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