File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
/.build
3
3
/Packages
4
+ Package.resolved
4
5
/* .xcodeproj
5
6
/build
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ matrix:
33
33
- sudo rm -f /usr/bin/llvm-config
34
34
- sudo ln -s /usr/bin/llvm-config-${LLVM_API_VERSION} /usr/bin/llvm-config
35
35
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
36
- - wget https://swift.org/builds/swift-3.1-release/ubuntu1404/swift-3.1-RELEASE/swift-3.1-RELEASE-ubuntu14.04.tar.gz
37
- - tar xzf swift-3.1-RELEASE-ubuntu14.04.tar.gz
38
- - export PATH=${PWD}/swift-3.1-RELEASE-ubuntu14.04/usr/bin:"${PATH}"
39
- - sudo ./swift-3.1-RELEASE-ubuntu14.04/usr/bin/swift utils/make-pkgconfig.swift
36
+ - wget https://swift.org/builds/swift-3.1.1 -release/ubuntu1404/swift-3.1.1 -RELEASE/swift-3.1 .1-RELEASE-ubuntu14.04.tar.gz
37
+ - tar xzf swift-3.1.1 -RELEASE-ubuntu14.04.tar.gz
38
+ - export PATH=${PWD}/swift-3.1.1 -RELEASE-ubuntu14.04/usr/bin:"${PATH}"
39
+ - sudo ./swift-3.1.1 -RELEASE-ubuntu14.04/usr/bin/swift utils/make-pkgconfig.swift
40
40
script :
41
41
- swift test
42
42
notifications :
You can’t perform that action at this time.
0 commit comments