moltenvk/.travis.yml
Bill Hollings b9f1d7519a Makefile add debug build targets.
Fix crash during creation of fat dSYMs.
Travis only build macOS version of everything.
2020-06-23 16:08:00 -04:00

15 lines
379 B
YAML

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