mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
More Travis fix
This commit is contained in:
parent
281663230d
commit
64d2616e24
@ -59,7 +59,7 @@ install:
|
|||||||
- ./install-deps.sh `pwd`/local
|
- ./install-deps.sh `pwd`/local
|
||||||
- cd ..
|
- cd ..
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LD_LIBRARY_PATH=${LATDIR}/ci-scripts/local/lib:$LD_LIBRARY_PATH; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LD_LIBRARY_PATH=${LATDIR}/ci-scripts/local/lib:$LD_LIBRARY_PATH; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-7" ]]; then export CXXFLAGS='-Wno-int-in-bool-context'
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CC" == "gcc-7" ]]; then export CXXFLAGS='-Wno-int-in-bool-context'; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ci-scripts
|
- cd ci-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user