Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
1c567952
Commit
1c567952
authored
Feb 16, 2021
by
Ben Boeckel
⛰
Browse files
gitlab-ci: use CMake 3.19.4
parent
dadf1af8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/cmake.ps1
View file @
1c567952
$erroractionpreference
=
"stop"
$version
=
"3.1
7.3
"
$sha256sum
=
"
8A02DE221AA96C236A947B28CA1BD6327B9BB82FA74B91E5CAA49FFD6A642AE2
"
$version
=
"3.1
9.4
"
$sha256sum
=
"
24B03DAF75CE59B542DA38C829FE6944D3BF7CF99AFAA8225CF29F7876823899
"
$filename
=
"cmake-
$version
-win64-x64"
$tarball
=
"
$filename
.zip"
...
...
.gitlab/ci/cmake.sh
View file @
1c567952
...
...
@@ -2,18 +2,20 @@
set
-e
readonly
version
=
"3.1
7
.4"
readonly
version
=
"3.1
9
.4"
case
"
$(
uname
-s
)
"
in
Linux
)
shatool
=
"sha256sum"
sha256sum
=
"
126cc8356907913787d4ff35237ae1854c09b927a35dbe5270dd571ae224bdd3
"
sha256sum
=
"
ff23e1f53c53e8ef1fa87568345031d86c504e53efb52fa487db0b8e0ee4d3ff
"
platform
=
"Linux"
arch
=
"x86_64"
;;
Darwin
)
shatool
=
"shasum -a 256"
sha256sum
=
"125eaf2befeb8099237298424c6e382b40cb23353ee26ce96545db29ed899b4a"
platform
=
"Darwin"
sha256sum
=
"eb1f52996632c1e71a1051c9e2c30cc8df869fb5a213b1a0d3b202744c6c5758"
platform
=
"macos"
arch
=
"universal"
;;
*
)
echo
"Unrecognized platform
$(
uname
-s
)
"
...
...
@@ -23,8 +25,9 @@ esac
readonly
shatool
readonly sha256sum
readonly
platform
readonly arch
readonly
filename
=
"cmake-
$version
-
$platform
-
x86_64
"
readonly
filename
=
"cmake-
$version
-
$platform
-
$arch
"
readonly
tarball
=
"
$filename
.tar.gz"
cd
.gitlab
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment