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 8056161 commit 7f7cf46Copy full SHA for 7f7cf46
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
sudo: required
17
dist: trusty
18
before_install:
19
- - cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
+ - export PKG_CONFIG_PATH=${PWD}:"${PKG_CONFIG_PATH}"
20
- sudo aptitude install llvm
21
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
22
- wget https://swift.org/builds/swift-3.0-release/ubuntu1404/swift-3.0-RELEASE/swift-3.0-RELEASE-ubuntu14.04.tar.gz
0 commit comments