File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ matrix:
5
5
include :
6
6
- os : osx
7
7
language : objective-c
8
- osx_image : xcode11.5
8
+ osx_image : xcode12.2
9
9
before_install :
10
10
- export PATH=/usr/local/opt/llvm/bin:"${PATH}"
11
11
- brew update
12
- - brew install llvm@9
13
- - echo 'export PATH="/usr/local/opt/llvm@9 /bin:$PATH"' >> /Users/travis/.bash_profile
12
+ - brew install llvm@11
13
+ - echo 'export PATH="/usr/local/opt/llvm@11 /bin:$PATH"' >> /Users/travis/.bash_profile
14
14
- source /Users/travis/.bash_profile
15
15
- sudo swift utils/make-pkgconfig.swift
16
16
script :
@@ -20,7 +20,7 @@ matrix:
20
20
sudo : required
21
21
dist : focal
22
22
env :
23
- - LLVM_API_VERSION=9
23
+ - LLVM_API_VERSION=11
24
24
before_install :
25
25
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:"${PKG_CONFIG_PATH}"
26
26
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
@@ -34,7 +34,7 @@ matrix:
34
34
- sudo rm -rf /usr/local/clang-*/bin/llvm-config
35
35
- sudo rm -f /usr/bin/llvm-config
36
36
- sudo ln -s /usr/bin/llvm-config-${LLVM_API_VERSION} /usr/bin/llvm-config
37
- - ls /usr/lib/llvm-9 /include/llvm-c
37
+ - ls /usr/lib/llvm-11 /include/llvm-c
38
38
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
39
39
- wget https://swift.org/builds/swift-5.2.5-release/ubuntu1804/swift-5.2.5-RELEASE/swift-5.2.5-RELEASE-ubuntu18.04.tar.gz
40
40
- tar xzf swift-5.2.5-RELEASE-ubuntu18.04.tar.gz
You can’t perform that action at this time.
0 commit comments