moltenvk/.travis.yml
Ewout ter Hoeven 11e99ffd18
Travis CI: Update to Xcode 11.5
from Xcode 11.3. Also updates macOS version from 10.14.6 to 10.15.4 and JDK from 14.0.0 to 14.0.1
2020-06-02 17:40:21 +02:00

17 lines
453 B
YAML

language: objective-c
# macOS and Xcode Version
os: osx
osx_image: xcode11.5
# 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"