Update Travis CI to new build process.

This commit is contained in:
Bill Hollings 2018-09-08 19:11:27 -04:00
parent e7cb8b35da
commit 7193ade5ba

View File

@ -1,8 +1,8 @@
language: objective-c
# macOS and Xcode Version
# Xcode 9.2 running on macOS 10.12
osx_image: xcode9.2
# Xcode 9.4 running on macOS 10.13
osx_image: xcode9.4
# Build dependencies
install:
@ -15,6 +15,6 @@ cache:
- External
script:
- xcodebuild -scheme "MoltenVK (Debug)"
- xcodebuild -workspace Demos/Demos.xcworkspace -scheme "API-Samples-macOS"
- xcodebuild -scheme "MoltenVK Package (Release)"
- xcodebuild -workspace Demos/Demos.xcworkspace -scheme "Cube-macOS"