moltenvk/.travis.yml

15 lines
379 B
YAML
Raw Normal View History

language: objective-c
2018-02-26 23:26:53 +01:00
# macOS and Xcode Version
2020-04-03 14:58:25 -04:00
os: osx
osx_image: xcode11.5
2018-02-26 23:26:53 +01:00
# Build dependencies with verbose logging to avoid Travis timing out.
2018-02-26 23:26:53 +01:00
install:
- ./fetchDependencies -v --macos
2018-02-26 23:26:53 +01:00
script:
- xcodebuild build -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)"
- xcodebuild build -workspace Demos/Demos.xcworkspace -scheme "Cube-macOS"
2018-04-17 13:41:39 -06:00