File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,20 @@ matrix:
7
7
language : objective-c
8
8
osx_image : xcode8
9
9
before_install :
10
- - cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
10
+ - cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
11
11
- brew install llvm
12
12
script :
13
- - swift build
13
+ - swift build
14
14
- os : linux
15
15
language : generic
16
16
sudo : required
17
17
dist : trusty
18
18
before_install :
19
19
- export PKG_CONFIG_PATH=${PWD}:"${PKG_CONFIG_PATH}"
20
- - sudo aptitude install llvm
20
+ - export PKG_CONFIG_PATH=/usr/include/llvm-c-3.9:"${PKG_CONFIG_PATH}"
21
+ - wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
22
+ - sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main"
23
+ - sudo apt-get install llvm-3.9
21
24
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
22
25
- wget https://swift.org/builds/swift-3.0-release/ubuntu1404/swift-3.0-RELEASE/swift-3.0-RELEASE-ubuntu14.04.tar.gz
23
26
- tar xzf swift-3.0-RELEASE-ubuntu14.04.tar.gz
You can’t perform that action at this time.
0 commit comments