moltenvk/.travis.yml
2020-08-13 13:30:46 -04:00

13 lines
374 B
YAML

language: objective-c
# macOS and Xcode Version
os: osx
osx_image: xcode12
# Build with verbose logging to avoid Travis timing out.
script:
- ./fetchDependencies -v --no-parallel-build --macos
- xcodebuild build -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)"
- xcodebuild build -workspace Demos/Demos.xcworkspace -scheme "Cube-macOS"