Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
b139e062
Unverified
Commit
b139e062
authored
Feb 21, 2021
by
Isuru Fernando
Committed by
GitHub
Feb 21, 2021
Browse files
Remove extra whitespace
Co-authored-by:
Andrew Murray
<
3112309+radarhere@users.noreply.github.com
>
parent
9ecae3ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_osx_steps.sh
travis_osx_steps.sh
+1
-1
No files found.
travis_osx_steps.sh
View file @
b139e062
...
@@ -12,7 +12,7 @@ function check_sdk_11 {
...
@@ -12,7 +12,7 @@ function check_sdk_11 {
}
}
if
[
"
$PLAT
"
==
"arm64"
]
||
[
"
$PLAT
"
==
"universal2"
]
;
then
if
[
"
$PLAT
"
==
"arm64"
]
||
[
"
$PLAT
"
==
"universal2"
]
;
then
if
[[
"
$(
check_sdk_11
)
"
==
"not found"
]]
;
then
if
[[
"
$(
check_sdk_11
)
"
==
"not found"
]]
;
then
latestXcode
=
$(
ls
/Applications |
grep
Xcode[_0-9
\.
]
*
\.
app |
sort
-V
|
tail
-n
1
)
latestXcode
=
$(
ls
/Applications |
grep
Xcode[_0-9
\.
]
*
\.
app |
sort
-V
|
tail
-n
1
)
if
([
"
$GITHUB_WORKFLOW
"
!=
""
]
||
[
"
$PIPELINE_WORKSPACE
"
!=
""
])
&&
[
$latestXcode
]
;
then
if
([
"
$GITHUB_WORKFLOW
"
!=
""
]
||
[
"
$PIPELINE_WORKSPACE
"
!=
""
])
&&
[
$latestXcode
]
;
then
sudo
xcode-select
-switch
/Applications/
$latestXcode
.app
sudo
xcode-select
-switch
/Applications/
$latestXcode
.app
...
...
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