-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #651 from libgit2/xcode-9.3
π·π»ββοΈπ Xcode 9.3
- Loading branch information
Showing
71 changed files
with
425 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,30 @@ | ||
osx_image: xcode8.3 | ||
# | ||
# .travis.yml | ||
# Objective-Git | ||
# | ||
# https://docs.travis-ci.com/user/reference/osx/ | ||
# https://docs.travis-ci.com/user/build-stages/matrix-expansion/ | ||
# | ||
--- | ||
os: osx | ||
osx_image: xcode9.3 | ||
language: objective-c | ||
|
||
matrix: | ||
fast_finish: true | ||
include: | ||
- osx_image: xcode8.3 | ||
- osx_image: xcode9.3 | ||
env: | ||
- SCHEME="ObjectiveGit Mac" | ||
- osx_image: xcode8.3 | ||
- osx_image: xcode9.3 | ||
env: | ||
- SCHEME="ObjectiveGit iOS" | ||
|
||
before_install: | ||
- gem install xcpretty | ||
- gem install xcpretty-travis-formatter | ||
install: script/bootstrap | ||
script: script/cibuild | ||
|
||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github "jspahrsummers/xcconfigs" >= 0.7.1 | ||
github "Quick/Quick" ~> 1.1.0 | ||
github "Quick/Nimble" ~> 5.0 | ||
github "ZipArchive/ZipArchive" ~> 1.1 | ||
github "jspahrsummers/xcconfigs" "master" | ||
github "Quick/Quick" ~> 1.2.0 | ||
github "Quick/Nimble" ~> 7.0.3 | ||
github "ZipArchive/ZipArchive" ~> 2.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github "Quick/Nimble" "v5.1.1" | ||
github "Quick/Quick" "v1.1.0" | ||
github "ZipArchive/ZipArchive" "v1.8.1" | ||
github "jspahrsummers/xcconfigs" "0.10" | ||
github "Quick/Nimble" "v7.0.3" | ||
github "Quick/Quick" "v1.2.0" | ||
github "ZipArchive/ZipArchive" "v2.1.2" | ||
github "jspahrsummers/xcconfigs" "bb795558a76e5daf3688500055bbcfe243bffa8d" |
Submodule Quick
updated
46 files
Submodule ZipArchive
updated
87 files
Submodule xcconfigs
updated
from cc451b to bb7955
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.