File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 include :
66 - os : osx
77 language : objective-c
8- osx_image : xcode8
8+ osx_image : xcode8.2
99 before_install :
1010 - export PATH=/usr/local/opt/llvm/bin:"${PATH}"
1111 - brew update
@@ -18,11 +18,11 @@ matrix:
1818 sudo : required
1919 dist : trusty
2020 env :
21- - LLVM_API_VERSION=3.9
21+ - LLVM_API_VERSION=4.0
2222 before_install :
2323 - export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:"${PKG_CONFIG_PATH}"
2424 - wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
25- - sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9
25+ - sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-${LLVM_API_VERSION}
2626 main"
2727 - sudo apt-get update
2828 - sudo apt-get install llvm-${LLVM_API_VERSION} libc++1
You can’t perform that action at this time.
0 commit comments