Add missing iOS architectures for Travis
parent
7777704a38
commit
99b7a73047
11
.travis.yml
11
.travis.yml
|
|
@ -121,6 +121,16 @@ matrix:
|
||||||
- BUILD_OS=osx
|
- BUILD_OS=osx
|
||||||
- BUILD_MODE=ios
|
- BUILD_MODE=ios
|
||||||
- PLATFORM=AppleTVOS
|
- PLATFORM=AppleTVOS
|
||||||
|
- os: osx
|
||||||
|
env:
|
||||||
|
- BUILD_OS=osx
|
||||||
|
- BUILD_MODE=ios
|
||||||
|
- PLATFORM=WatchSimulator
|
||||||
|
- os: osx
|
||||||
|
env:
|
||||||
|
- BUILD_OS=osx
|
||||||
|
- BUILD_MODE=ios
|
||||||
|
- PLATFORM=AppleTVSimulator
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
@ -143,7 +153,6 @@ matrix:
|
||||||
- BUILD_OS=osx
|
- BUILD_OS=osx
|
||||||
- BUILD_MODE=ios
|
- BUILD_MODE=ios
|
||||||
- PLATFORM=AppleTVSimulator
|
- PLATFORM=AppleTVSimulator
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- BUILD_OS=linux
|
- BUILD_OS=linux
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue