We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdff2f commit 0b1b09bCopy full SHA for 0b1b09b
.travis.yml
@@ -24,8 +24,8 @@ matrix:
24
install:
25
- git submodule update --init --recursive
26
- sudo apt-get install -y pkg-config libedit-dev
27
- - curl -o ./llvm.zip -L https://github.com/CICM/pd-faustgen/releases/download/v0.0.0/llvm-linux-x64.zip
28
- - tar xzf ./llvm.zip && mv llvm-linux-x64 llvm
+ - curl -o ./llvm.tar.gz http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
+ - tar xvf ./llvm.tar.gz && mv clang+llvm-5.0.0-linux-x86_64-ubuntu14.04 llvm
29
script:
30
- mkdir build && cd build
31
- cmake .. -DCMAKE_C_FLAGS=-m64 -DUSE_LLVM_CONFIG=off -DLLVM_DIR=./llvm/lib/cmake/llvm
0 commit comments