mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 21:40:19 +00:00
37 lines
1 KiB
YAML
37 lines
1 KiB
YAML
branches:
|
|
only:
|
|
- master
|
|
|
|
language: generic
|
|
jobs:
|
|
include:
|
|
# - &xcode
|
|
# name: Xcode 10.1 / Swift 4.2
|
|
# os: osx
|
|
# env:
|
|
# - XCODE_ACTION="build-for-testing test-without-building"
|
|
# osx_image: xcode10.1
|
|
# script:
|
|
# - PLATFORM=macos ./script/travis-script-macos
|
|
# - PLATFORM=macos_static ./script/travis-script-macos
|
|
# - PLATFORM=ios ./script/travis-script-macos
|
|
# - PLATFORM=tvos ./script/travis-script-macos
|
|
# - &swiftpm_darwin
|
|
# name: SwiftPM / Darwin / Swift 4.2
|
|
# os: osx
|
|
# osx_image: xcode10.1
|
|
# script: PLATFORM=swiftpm ./script/travis-script-macos
|
|
- &swiftpm_linux
|
|
name: SwiftPM / Linux / Swift 5.2.4
|
|
os: linux
|
|
env:
|
|
- SWIFT_VERSION=5.2.4
|
|
install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
|
script: rake test:swiftpm
|
|
- <<: *swiftpm_linux
|
|
name: SwiftPM / Linux / Swift 5.3 Development
|
|
env:
|
|
- SWIFT_VERSION=5.3-DEVELOPMENT-SNAPSHOT-2020-05-19-a
|
|
|
|
notifications:
|
|
email: false
|