summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-08 12:50:16 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-08 12:50:16 -0500
commit99b7a73047d88ab23ebdfe92ea069721aa65ca4a (patch)
treeff23f86472e4830c33c8f36f1663bc56e6558e8b /.travis.yml
parent7777704a38bfa00c579ca311619e54abd66e12cd (diff)
downloadcryptopp-git-99b7a73047d88ab23ebdfe92ea069721aa65ca4a.tar.gz
Add missing iOS architectures for Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ce191fbd..0187e51e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,6 +121,16 @@ matrix:
- BUILD_OS=osx
- BUILD_MODE=ios
- 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:
- os: osx
@@ -143,7 +153,6 @@ matrix:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=AppleTVSimulator
-
- os: linux
env:
- BUILD_OS=linux