-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from koher/dev-3.1.1
Develop 3.1.1
- Loading branch information
Showing
11 changed files
with
923 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
matrix: | ||
include: | ||
- os: osx | ||
language: objective-c | ||
osx_image: xcode10 | ||
script: | ||
- set -o pipefail | ||
- xcodebuild test -scheme PromiseK-macOS -configuration Debug | xcpretty -c | ||
- xcodebuild test -scheme PromiseK-iOS -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone XS" | xcpretty -c | ||
- xcodebuild test -scheme PromiseK-tvOS -configuration Debug -sdk appletvsimulator -destination "platform=tvOS Simulator,name=Apple TV 4K" | xcpretty -c | ||
- xcodebuild build -scheme PromiseK-watchOS -configuration Debug -sdk watchsimulator -destination "platform=watchOS Simulator,name=Apple Watch Series 4 - 44mm" | xcpretty -c | ||
- os: osx | ||
language: generic | ||
osx_image: xcode10 | ||
script: | ||
- swift --version | ||
- swift build | ||
- swift test | ||
- os: linux | ||
language: generic | ||
sudo: required | ||
env: SWIFT_VERSION=4.2 | ||
install: | ||
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)" | ||
script: | ||
- swift --version | ||
- swift build | ||
- swift test |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// swift-tools-version:4.0 | ||
// swift-tools-version:4.2 | ||
|
||
import PackageDescription | ||
|
||
|
Oops, something went wrong.