mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:04:38 +01:00
The usual travis pain.
This commit is contained in:
parent
7e21dd816d
commit
9567f3a6bc
@ -25,7 +25,8 @@ before_install:
|
||||
- export GLLVM_SRC=`pwd`
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- ${GLLVM_SRC}/.travis/install_llvm.sh
|
||||
- export PATH="/usr/local/opt/llvm_lite/bin:$PATH"
|
||||
- export PATH="/usr/local/opt/llvm/bin:$PATH
|
||||
# - export PATH="/usr/local/opt/llvm_lite/bin:$PATH"
|
||||
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user