mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 10:57:35 +03:00
Add LLVM 3.5 toolchain.
Using the right name, the LLVM 3.5 toolchain can be installed. :-)
This commit is contained in:
parent
9869b9564e
commit
6aca85a5e3
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,9 @@ before_install:
|
|||
# the official Clang binary package from the llvm.org download page.
|
||||
- echo yes | sudo add-apt-repository ppa:h-rayflood/llvm
|
||||
|
||||
# LLVM 3.5 snapshots
|
||||
# LLVM 3.4 / 3.5 / snapshots
|
||||
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.4 main' >> /etc/apt/sources.list"
|
||||
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list"
|
||||
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
|
||||
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
|
||||
|
@ -52,8 +54,6 @@ env:
|
|||
- LLVM_PACKAGE="llvm-3.6 llvm-3.6-dev libedit2 libedit-dev"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: LLVM_PACKAGE="llvm-3.5 llvm-3.5-dev libedit2 libedit-dev" TEST_DEBUG=1
|
||||
- env: LLVM_PACKAGE="llvm-3.5 llvm-3.5-dev libedit2 libedit-dev"
|
||||
- env: LLVM_PACKAGE="llvm-3.6 llvm-3.6-dev libedit2 libedit-dev" TEST_DEBUG=1
|
||||
- env: LLVM_PACKAGE="llvm-3.6 llvm-3.6-dev libedit2 libedit-dev"
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue