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.
This commit is contained in:
parent
6a1acc8570
commit
5d6c8eb1f7
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user