summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-08 08:28:53 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-08 08:28:53 -0500
commitc531c1c5502ed5ab31aa0896d3fd87d9b6fd6d06 (patch)
tree83b044d32d56f23fc8d2a49c132493fedb8d4fad /.travis.yml
parentc52e99a3c1ababf9248d1f548ea87f39439b3dff (diff)
downloadcryptopp-git-c531c1c5502ed5ab31aa0896d3fd87d9b6fd6d06.tar.gz
Add iOS Watch and TV simulator testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a967de89..d0ec50b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -126,6 +126,16 @@ matrix:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=iPhoneSimulator
+ - 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