compile fixture in Swift 4.1

This commit is contained in:
Yonas Kolb 2018-10-14 21:50:05 +11:00
parent eb38020f9b
commit 7c4623d6cf

View File

@ -1,5 +1,13 @@
version: 2
jobs:
macOS_swift_4.1:
macos:
xcode: "9.4.0"
steps:
- checkout
- run:
name: Build Test Project
command: ./build-fixtures.sh
macOS_swift_4.2:
macos:
xcode: "10.0.0"
@ -24,4 +32,5 @@ workflows:
version: 2
workflow:
jobs:
- macOS_swift_4.1
- macOS_swift_4.2