moltenvk/.travis.yml
Bill Hollings 5d6c8eb1f7 Attempt to fix Travis builds.
In .travis.yml, move fetchDependencies run from install section
to script section, and run it with --no-parallel-build option.
2020-07-08 16:14:51 -04:00

13 lines
376 B
YAML

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