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
46c36e52
Commit
46c36e52
authored
11 months ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
ci: update to buildcache 0.29.0
parent
39e5fa29
No related branches found
No related tags found
1 merge request
!1187
ci: update to buildcache 0.29.0
Pipeline
#392861
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/buildcache.ps1
+3
-3
3 additions, 3 deletions
.gitlab/ci/buildcache.ps1
.gitlab/os-windows.yml
+2
-0
2 additions, 0 deletions
.gitlab/os-windows.yml
with
5 additions
and
3 deletions
.gitlab/ci/buildcache.ps1
+
3
−
3
View file @
46c36e52
$erroractionpreference
=
"stop"
$version
=
"0.2
7.6
"
$sha256sum
=
"
48631671fd26a6f5bb4b6755afb3cd9618194c74b93ec5abd633c22343045134
"
$version
=
"0.2
9.0
"
$sha256sum
=
"
55AB902C0F1F0FBBBFFE083DCA4691A4874E1FDE64CEAACC13E1399BF79F5825
"
$filename
=
"buildcache-windows"
$tarball
=
"
$filename
.zip"
$outdir
=
$pwd
.
Path
$outdir
=
"
$outdir
\.gitlab"
$ProgressPreference
=
"SilentlyContinue"
Invoke-WebRequest
-Uri
"https://git
hu
b.com/
m
bits
n
bites/buildcache/releases/
download/
v
$version
/
$tarball
"
-OutFile
"
$outdir
\
$tarball
"
Invoke-WebRequest
-Uri
"https://git
la
b.com/bits
-n-
bites/buildcache/
-/
releases/v
$version
/downloads
/
$tarball
"
-OutFile
"
$outdir
\
$tarball
"
$hash
=
Get-FileHash
"
$outdir
\
$tarball
"
-Algorithm
SHA256
if
(
$hash
.
Hash
-ne
$sha256sum
)
{
exit
1
...
...
This diff is collapsed.
Click to expand it.
.gitlab/os-windows.yml
+
2
−
0
View file @
46c36e52
...
...
@@ -6,6 +6,8 @@
variables
:
GIT_SUBMODULE_STRATEGY
:
none
GIT_CLONE_PATH
:
"
$CI_BUILDS_DIR
\\
paraview-ci-ext
\\
$CI_CONCURRENT_ID"
# Turn off direct mode until we test it.
BUILDCACHE_DIRECT_MODE
:
"
false"
### Build and test
...
...
This diff is collapsed.
Click to expand it.
Ben Boeckel
@ben.boeckel
mentioned in commit
3079dbb6
·
11 months ago
mentioned in commit
3079dbb6
mentioned in commit 3079dbb6a682cb5024794bc0bd727ffbd3b84a43
Toggle commit list
Ben Boeckel
@ben.boeckel
mentioned in commit
3d874892
·
11 months ago
mentioned in commit
3d874892
mentioned in commit 3d874892f12d570fcfbf156d578012bffd84f712
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