Test against Swift 5 snapshot
This commit is contained in:
@@ -35,15 +35,20 @@ jobs:
|
|||||||
-destination 'platform=watchOS Simulator,OS=latest,name=Apple Watch Series 4 - 40mm' \
|
-destination 'platform=watchOS Simulator,OS=latest,name=Apple Watch Series 4 - 40mm' \
|
||||||
build | xcpretty
|
build | xcpretty
|
||||||
|
|
||||||
- env: SWIFT_VERSION=4.2.1
|
- &linux
|
||||||
|
env: SWIFT_VERSION=4.2.1
|
||||||
os: linux
|
os: linux
|
||||||
name: Linux
|
name: Linux / Swift 4.2.1
|
||||||
language: generic
|
language: generic
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
||||||
script: swift test --parallel
|
script: swift test --parallel
|
||||||
|
|
||||||
|
- <<: *linux
|
||||||
|
env: SWIFT_VERSION='5.0-DEVELOPMENT-SNAPSHOT-2019-01-22-a'
|
||||||
|
name: Linux / Swift 5.0.0-dev (2019-01-22)
|
||||||
|
|
||||||
- stage: pretest
|
- stage: pretest
|
||||||
name: Check if Linux tests are up-to-date
|
name: Check if Linux tests are up-to-date
|
||||||
install: swift test --generate-linuxmain
|
install: swift test --generate-linuxmain
|
||||||
|
|||||||
Reference in New Issue
Block a user