mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 02:06:15 +00:00
Travis: add building for iOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2137b21e1b
commit
c07faa90f3
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- env: SUBSURFACE_PLATFORM='ios'
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode9.3
|
||||||
|
language: c++
|
||||||
|
|
||||||
- env: SUBSURFACE_PLATFORM='mac'
|
- env: SUBSURFACE_PLATFORM='mac'
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue