summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-04-01 02:37:32 -0400
committerGitHub <noreply@github.com>2018-04-01 02:37:32 -0400
commitd94ef9c70c3c68db4ffdd6a142c12f8cf9ffc13b (patch)
treec565d3bfa8cc2f269c8f2eaa70e336192e19e2df /.travis.yml
parent2e8ccc77773fa52c421c0322d1bafa2dd47653fe (diff)
downloadcryptopp-git-d94ef9c70c3c68db4ffdd6a142c12f8cf9ffc13b.tar.gz
Re-enable OS X and iOS on Travis (GH #570, PR #627)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml36
1 files changed, 17 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index 52c587ea..16046605 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,9 +47,6 @@ matrix:
- os: osx
compiler: clang
env: BUILD_MODE="ubsan"
- # Travis infrastructure problems, Issue 570
- # Re-enable when OS X and iOS improves
- - os: osx
include:
- os: linux
@@ -84,21 +81,22 @@ matrix:
env:
- BUILD_MODE=android
- PLATFORM=x86_64
-
- # Travis infrastructure problems, Issue 570
- # Re-enable when OS X and iOS improves
- #- os: osx
- # env:
- # - BUILD_MODE=ios
- # - PLATFORM=iPhoneOS
- #- os: osx
- # env:
- # - BUILD_MODE=ios
- # - PLATFORM=WatchOS
- #- os: osx
- # env:
- # - BUILD_MODE=ios
- # - PLATFORM=AppleTVOS
+ - os: osx
+ env:
+ - BUILD_MODE=ios
+ - PLATFORM=iPhoneOS
+ - os: osx
+ env:
+ - BUILD_MODE=ios
+ - PLATFORM=WatchOS
+ - os: osx
+ env:
+ - BUILD_MODE=ios
+ - PLATFORM=AppleTVOS
+ - os: osx
+ env:
+ - BUILD_MODE=ios
+ - PLATFORM=iPhoneSimulator
before_install:
- |
@@ -130,7 +128,7 @@ branches:
- master
addons:
- sonarcloud: true
+ sonarcloud: false
coverity_scan:
project: