Skip to content

Commit

Permalink
[build.sh] Update Build Scripts to Get CI Working (#2272)
Browse files Browse the repository at this point in the history
* [build.sh] Specify iOS 10 SDK for Xcode 8 compatibility

* Update .travis.yml to align with Jenkins config

* Disable examples during API updates
  • Loading branch information
Adlai Holler authored and appleguy committed Sep 26, 2016
1 parent 679f68e commit 29dd3ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: objective-c
cache:
- bundler
- cocoapods
osx_image: xcode7.3
osx_image: xcode8
git:
depth: 10
before_install:
Expand All @@ -17,9 +17,10 @@ before_install:
install: echo "<3"
env:
- MODE=tests
- MODE=examples-pt1
- MODE=examples-pt2
- MODE=examples-pt3
# Examples disabled until updated for new layout
# - MODE=examples-pt1
# - MODE=examples-pt2
# - MODE=examples-pt3
- MODE=life-without-cocoapods
- MODE=framework
script: ./build.sh $MODE
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=9.3,name=iPhone 6"
SDK="iphonesimulator9.3"
SDK="iphonesimulator10.0"


# It is pitch black.
Expand Down

0 comments on commit 29dd3ce

Please sign in to comment.