Commit 8fa09bc2 authored by Milo Yip's avatar Milo Yip

Try again

parent af226cf2
...@@ -23,13 +23,12 @@ before_script: ...@@ -23,13 +23,12 @@ 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}
# - ./perftest_${config_suffix} # - ./perftest_${config_suffix}
after_success : after_success:
- cd "${TRAVIS_BUILD_DIR}"
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd /tmp; fi - if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd /tmp; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then git clone https://github.com/doxygen/doxygen.git; fi - if [ "$config" = "release64" -a "$CC" = "clang" ]; then git clone https://github.com/doxygen/doxygen.git; fi
- if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd doxygen; fi - if [ "$config" = "release64" -a "$CC" = "clang" ]; then cd doxygen; 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