1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-05-01 01:25:56 +01:00

Travis debug

This commit is contained in:
Antonin Portelli 2016-06-14 18:07:08 +01:00
parent 9631a2565f
commit b6a96619d2

View File

@ -72,6 +72,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$CC" == "gcc" ]]; then brew install gcc5; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$CC" == "gcc" ]]; then brew install gcc5; fi
install: install:
- ls /home/travis/build/aportelli/LatAnalyze/ci-scripts/clang/bin
- export CC=$CC$VERSION - export CC=$CC$VERSION
- export CXX=$CXX$VERSION - export CXX=$CXX$VERSION
- echo $PATH - echo $PATH