Merge pull request #953 from billhollings/master

Attempt to fix Travis builds.
This commit is contained in:
Bill Hollings 2020-07-08 17:10:32 -04:00 committed by GitHub
commit 960f597f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,9 @@ language: objective-c
os: osx
osx_image: xcode11.5
# Build dependencies with verbose logging to avoid Travis timing out.
install:
- ./fetchDependencies -v --macos
# 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"