Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
5.1.1 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig committed Oct 15, 2019
1 parent 436014c commit 98dbad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0
5.1
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
- script: |
# Install Swift dependencies
sudo apt-get install clang libicu-dev
# Install Swift 5.1
curl https://swift.org/builds/swift-5.1-release/ubuntu1604/swift-5.1-RELEASE/swift-5.1-RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04.tar.gz
tar xzf swift-5.1-RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
# Install Swift 5.1.1
curl https://swift.org/builds/swift-5.1.1-release/ubuntu1604/swift-5.1.1-RELEASE/swift-5.1.1-RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04.tar.gz
tar xzf swift-5.1.1-RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
# Swift build
$(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift build
$(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04/usr/bin/swift build
# Swift test
$(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift test
$(Build.SourcesDirectory)/swift-5.1.1-RELEASE-ubuntu16.04/usr/bin/swift test

0 comments on commit 98dbad9

Please sign in to comment.