summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-24 06:58:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-24 15:47:49 -0700
commitc07faa90f33fac895e8a0b3326adb298a1845063 (patch)
treeb985cf25642b114cedd286bc58ba164c870bcf81 /.travis.yml
parent2137b21e1bb3677dffc2192e9f4184baee7544ac (diff)
downloadsubsurface-c07faa90f33fac895e8a0b3326adb298a1845063.tar.gz
Travis: add building for iOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 816cd7064..ec33d9018 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,11 @@
matrix:
include:
+ - env: SUBSURFACE_PLATFORM='ios'
+ os: osx
+ osx_image: xcode9.3
+ language: c++
+
- env: SUBSURFACE_PLATFORM='mac'
os: osx
osx_image: xcode6.4