Try again
This commit is contained in:
parent
af226cf299
commit
8fa09bc2fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user