Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
7d1cc109
Commit
7d1cc109
authored
Feb 16, 2016
by
Thomas Van Lenten
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1244 from thomasvl/bump_xcode_version
Bump up travis to Xcode 7.2
parents
e35e2480
1324119a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
.travis.yml
.travis.yml
+5
-2
full_mac_build.sh
objectivec/DevTools/full_mac_build.sh
+9
-1
travis.sh
travis.sh
+2
-2
No files found.
.travis.yml
View file @
7d1cc109
...
@@ -7,8 +7,8 @@ language: cpp
...
@@ -7,8 +7,8 @@ language: cpp
os
:
os
:
-
linux
-
linux
-
osx
-
osx
# The Objective C build needs Xcode
6.4
or later.
# The Objective C build needs Xcode
7.0
or later.
osx_image
:
xcode7.
1
osx_image
:
xcode7.
2
script
:
script
:
-
./travis.sh $CONFIG
-
./travis.sh $CONFIG
env
:
env
:
...
@@ -67,5 +67,8 @@ matrix:
...
@@ -67,5 +67,8 @@ matrix:
env
:
CONFIG=ruby22
env
:
CONFIG=ruby22
-
os
:
osx
-
os
:
osx
env
:
CONFIG=jruby
env
:
CONFIG=jruby
# Currently showing flake randomly, doesn't trace back to a single commit.
-
os
:
osx
env
:
CONFIG=objectivec_ios
notifications
:
notifications
:
email
:
false
email
:
false
objectivec/DevTools/full_mac_build.sh
View file @
7d1cc109
...
@@ -234,7 +234,7 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
...
@@ -234,7 +234,7 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
echo
"ERROR: Xcode 6.3/6.4 no longer supported for building, please use 7.0 or higher."
1>&2
echo
"ERROR: Xcode 6.3/6.4 no longer supported for building, please use 7.0 or higher."
1>&2
exit
10
exit
10
;;
;;
7.
*
)
7.
1
*
)
XCODEBUILD_TEST_BASE_IOS+
=(
XCODEBUILD_TEST_BASE_IOS+
=(
-destination
"platform=iOS Simulator,name=iPhone 4s,OS=8.1"
# 32bit
-destination
"platform=iOS Simulator,name=iPhone 4s,OS=8.1"
# 32bit
-destination
"platform=iOS Simulator,name=iPhone 6,OS=9.0"
# 64bit
-destination
"platform=iOS Simulator,name=iPhone 6,OS=9.0"
# 64bit
...
@@ -242,6 +242,14 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
...
@@ -242,6 +242,14 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
-destination
"platform=iOS Simulator,name=iPad Air,OS=9.0"
# 64bit
-destination
"platform=iOS Simulator,name=iPad Air,OS=9.0"
# 64bit
)
)
;;
;;
7.
*
)
XCODEBUILD_TEST_BASE_IOS+
=(
-destination
"platform=iOS Simulator,name=iPhone 4s,OS=8.1"
# 32bit
-destination
"platform=iOS Simulator,name=iPhone 6,OS=9.2"
# 64bit
-destination
"platform=iOS Simulator,name=iPad 2,OS=8.1"
# 32bit
-destination
"platform=iOS Simulator,name=iPad Air,OS=9.2"
# 64bit
)
;;
*
)
*
)
echo
"Time to update the simulator targets for Xcode
${
XCODE_VERSION
}
"
echo
"Time to update the simulator targets for Xcode
${
XCODE_VERSION
}
"
exit
2
exit
2
...
...
travis.sh
View file @
7d1cc109
...
@@ -195,9 +195,9 @@ build_objectivec_ios() {
...
@@ -195,9 +195,9 @@ build_objectivec_ios() {
build-tests
build-tests
IOS_DESTINATIONS
=(
IOS_DESTINATIONS
=(
"platform=iOS Simulator,name=iPhone 4s,OS=8.1"
# 32bit
"platform=iOS Simulator,name=iPhone 4s,OS=8.1"
# 32bit
"platform=iOS Simulator,name=iPhone 6,OS=9.
1
"
# 64bit
"platform=iOS Simulator,name=iPhone 6,OS=9.
2
"
# 64bit
"platform=iOS Simulator,name=iPad 2,OS=8.1"
# 32bit
"platform=iOS Simulator,name=iPad 2,OS=8.1"
# 32bit
"platform=iOS Simulator,name=iPad Air,OS=9.
1
"
# 64bit
"platform=iOS Simulator,name=iPad Air,OS=9.
2
"
# 64bit
)
)
for
i
in
"
${
IOS_DESTINATIONS
[@]
}
"
;
do
for
i
in
"
${
IOS_DESTINATIONS
[@]
}
"
;
do
internal_xctool_debug_and_release
\
internal_xctool_debug_and_release
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment