mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #10295 from libretro/RobLoach/travis-xcode-allow-failure
(Travis) Allow OSX to fail until we fix xcode11.2
This commit is contained in:
commit
e12655915d
@ -109,6 +109,10 @@ matrix:
|
|||||||
- cd pkg/android/phoenix
|
- cd pkg/android/phoenix
|
||||||
- ./gradlew assembleNormalRelease
|
- ./gradlew assembleNormalRelease
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
allow_failure:
|
||||||
|
- os: osx
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ "$CC" =~ ^gcc-8.* ]]; then
|
if [[ "$CC" =~ ^gcc-8.* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user