blob: 81a3a5d25f6fe24598109f9b658a3b567cb7401e [file] [log] [blame]
language: objective-c
# macOS and Xcode Version
os: osx
osx_image: xcode12.2
# 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"