Try again

This commit is contained in:
Milo Yip 2014-07-08 02:12:12 +08:00
parent af226cf299
commit 8fa09bc2fd

View File

@ -23,13 +23,12 @@ before_script:
script:
# - make -C build/gmake -f test.make
# - make -C build/gmake -f example.make
# - cd bin
- cd bin
# - ./unittest_${config_suffix}
# - valgrind --leak-check=full --error-exitcode=1 ./unittest_${config_suffix}
# - ./perftest_${config_suffix}
after_success :
- cd "${TRAVIS_BUILD_DIR}"
after_success:
- 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 cd doxygen; fi