upgrade circleci format

This commit is contained in:
Yonas Kolb
2018-09-29 17:31:43 +10:00
parent 6ae4a9fc3b
commit 4d77bbd2c7
+18 -5
View File
@@ -5,16 +5,29 @@ jobs:
xcode: "9.3.0"
steps:
- checkout
- run: swift build
- run: swift test
- run: make build
- run:
name: Build
command: swift build
- run:
name: Test
command: swift test
- run:
name: Build release
command: make build
macOS_swift_4.2:
macos:
xcode: "10.0.0"
steps:
- checkout
- run: swift build
- run: make build
- run:
name: Build
command: swift build
- run:
name: Test
command: swift test
#- run:
#name: Build release
#command: make build
workflows:
version: 2
workflow: