blob: 77d956837cd1d4d82afcd28e4c77c4c00989d323 [file] [log] [blame]
language: objective-c
# macOS and Xcode Version
# Xcode 9.2 running on macOS 10.12
osx_image: xcode9.2
# Build dependencies
install:
- brew install python3
- ./fetchDependencies
# Cache built deps
cache:
directories:
- External
script:
- xcodebuild -scheme "MoltenVK (Debug)"
- xcodebuild -workspace Demos/Demos.xcworkspace -scheme "API-Samples-macOS"