blob: 04394cf6960e21f1e3b541cc3b5fddf4c4dc5916 [file] [log] [blame]
language: objective-c
# macOS and Xcode Version
os: osx
osx_image: xcode11.3
# Build dependencies
# Travis has trouble with python3, which SPIRV-Tools requires,
# so skip the SPIRV-Tools build, and use templeted headers instead.
install:
- ./fetchDependencies -v --skip-spirv-tools-build
script:
- xcodebuild -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package"
- xcodebuild -workspace Demos/Demos.xcworkspace -scheme "Cube-macOS"