2018-03-30 19:37:17 -04:00
|
|
|
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
|
2020-06-02 17:40:21 +02:00
|
|
|
osx_image: xcode11.5
|
2018-02-26 23:26:53 +01:00
|
|
|
|
2020-07-08 16:14:51 -04:00
|
|
|
# Build with verbose logging to avoid Travis timing out.
|
2018-02-26 23:26:53 +01:00
|
|
|
script:
|
2020-07-08 16:14:51 -04:00
|
|
|
- ./fetchDependencies -v --no-parallel-build --macos
|
2020-06-23 16:08:00 -04:00
|
|
|
- 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
|
|
|
|