generated from Apodini/Template-Repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e14b1f6
commit a77a553
Showing
8 changed files
with
19 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,13 +25,13 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: latest | ||
xcode-version: latest-stable | ||
- name: Check Xcode version | ||
run: xcodebuild -version | ||
- name: Check Swift version | ||
run: swift --version | ||
- name: Build and test | ||
run: xcodebuild test -scheme Example -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' | ||
run: xcodebuild test -scheme Example -destination 'platform=iOS Simulator,name=iPhone 13' | ||
macoswebservices: | ||
name: macOS ${{ matrix.webservice }} ${{ matrix.configuration }} | ||
runs-on: macos-11 | ||
|
@@ -47,7 +47,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: latest | ||
xcode-version: latest-stable | ||
- uses: actions/cache@v2 | ||
with: | ||
path: .build | ||
|
@@ -66,12 +66,12 @@ jobs: | |
name: Linux ${{ matrix.webservice }} ${{ matrix.linux }} ${{ matrix.configuration }} | ||
runs-on: ubuntu-latest | ||
container: | ||
image: swiftlang/swift:nightly-5.5-${{ matrix.linux }} | ||
image: swift:5.5-${{ matrix.linux }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
webservice: [Gateway, Database, Processing] | ||
linux: [bionic, focal, amazonlinux2, centos8] | ||
linux: [focal] | ||
configuration: [debug, release, release_testing] | ||
defaults: | ||
run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters