Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Add iOS CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 19, 2018
1 parent 7243922 commit b14ab7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ matrix:
osx_image: xcode9.4
env: EXAMPLE=01-executable TOOLCHAIN=osx-10-13 CONFIG=Release

- os: osx
osx_image: xcode9.4
env: EXAMPLE=01-executable TOOLCHAIN=ios-nocodesign-11-4-dep-9-3-armv7 CONFIG=Release

- os: osx
osx_image: xcode10.1
env: EXAMPLE=01-executable TOOLCHAIN=ios-nocodesign-12-1-dep-9-3-armv7 CONFIG=Release

# }

install:
Expand Down

0 comments on commit b14ab7b

Please sign in to comment.