moltenvk/.travis.yml

21 lines
372 B
YAML
Raw Normal View History

language: objective-c
2018-02-26 23:26:53 +01:00
# macOS and Xcode Version
# Xcode 9.2 running on macOS 10.12
osx_image: xcode9.2
# Build dependencies
install:
- brew install python3
- ./fetchDependencies
2018-02-26 23:26:53 +01:00
# Cache built deps
cache:
directories:
- External
2018-02-26 23:26:53 +01:00
script:
- xcodebuild -scheme "MoltenVK (Debug)"
2018-04-17 13:41:39 -06:00
- xcodebuild -workspace Demos/Demos.xcworkspace -scheme "API-Samples-macOS"