Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
ParaView
Commits
d3dce1dc
Commit
d3dce1dc
authored
Jan 28, 2021
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: use Xcode 12.3
This opens the door to supporting macOS 11 and aarch64 binaries.
parent
35868e04
Pipeline
#212759
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab/os-macos.yml
.gitlab/os-macos.yml
+2
-2
No files found.
.gitlab/os-macos.yml
View file @
d3dce1dc
...
...
@@ -7,7 +7,7 @@
GIT_CLONE_PATH
:
"
$CI_BUILDS_DIR/paraview-ci-ext/$CI_CONCURRENT_ID"
# TODO: Factor this out so that each job selects the Xcode version to
# use so that different versions can be tested in a single pipeline.
DEVELOPER_DIR
:
"
/Applications/Xcode-1
1.5
.app/Contents/Developer"
DEVELOPER_DIR
:
"
/Applications/Xcode-1
2.3
.app/Contents/Developer"
### Build and test
...
...
@@ -36,7 +36,7 @@
-
paraview
-
macos
-
shell
-
xcode-1
1.5
-
xcode-1
2.3
-
nonconcurrent
## macOS-specific scripts
...
...
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