Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ParaView
ParaView-Superbuild
Commits
caac9831
Commit
caac9831
authored
1 year ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: unmount images in `after_script`
parent
fe0f1537
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1176
gitlab-ci: unmount images in `after_script`
Pipeline
#388017
waiting for manual action
Stage: build
Stage: test
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/umount-dmg.sh
+13
-0
13 additions, 0 deletions
.gitlab/ci/umount-dmg.sh
.gitlab/os-macos.yml
+3
-0
3 additions, 0 deletions
.gitlab/os-macos.yml
with
16 additions
and
0 deletions
.gitlab/ci/umount-dmg.sh
0 → 100755
+
13
−
0
View file @
caac9831
#!/bin/sh
set
-e
if
!
[
-d
"build/__mount"
]
;
then
exit
0
fi
# Detach the mount point.
if
!
hdiutil detach
-verbose
"build/__mount"
;
then
echo
"Failed to detach mounted image…forcing"
hdiutil detach
-force
-verbose
"build/__mount"
fi
This diff is collapsed.
Click to expand it.
.gitlab/os-macos.yml
+
3
−
0
View file @
caac9831
...
...
@@ -109,6 +109,9 @@
-
ctest -V --output-on-failure -S .gitlab/ci/ctest_package.cmake
-
sccache --show-stats
after_script
:
-
.gitlab/ci/umount-dmg.sh
cache
:
key
:
macos
paths
:
...
...
This diff is collapsed.
Click to expand it.
Ben Boeckel
@ben.boeckel
mentioned in commit
2970650f
·
1 year ago
mentioned in commit
2970650f
mentioned in commit 2970650fe4849aa5a3ec0be6597cc0dc5e5baa46
Toggle commit list
Ben Boeckel
@ben.boeckel
mentioned in commit
b416dfea
·
1 year ago
mentioned in commit
b416dfea
mentioned in commit b416dfea72b1224ea7f11948f157706ea48f1e88
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment