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
CMB
CMB
Commits
e8e984a4
Commit
e8e984a4
authored
Oct 27, 2020
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update CMake to 3.18.4
parent
831effa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.gitlab/ci/cmake.ps1
.gitlab/ci/cmake.ps1
+2
-2
.gitlab/ci/cmake.sh
.gitlab/ci/cmake.sh
+3
-3
No files found.
.gitlab/ci/cmake.ps1
View file @
e8e984a4
$erroractionpreference
=
"stop"
$version
=
"3.1
7.3
"
$sha256sum
=
"
8A02DE221AA96C236A947B28CA1BD6327B9BB82FA74B91E5CAA49FFD6A642AE2
"
$version
=
"3.1
8.4
"
$sha256sum
=
"
A932BC0C8EE79F1003204466C525B38A840424D4AE29F9E5FB88959116F2407D
"
$filename
=
"cmake-
$version
-win64-x64"
$tarball
=
"
$filename
.zip"
...
...
.gitlab/ci/cmake.sh
View file @
e8e984a4
...
...
@@ -2,17 +2,17 @@
set
-e
readonly
version
=
"3.1
7.3
"
readonly
version
=
"3.1
8.4
"
case
"
$(
uname
-s
)
"
in
Linux
)
shatool
=
"sha256sum"
sha256sum
=
"
da8093956f0b4ae30293c9db498da9bdeaeea4e7a2b1f2d1637ddda064d06dd0
"
sha256sum
=
"
149e0cee002e59e0bb84543cf3cb099f108c08390392605e944daeb6594cbc29
"
platform
=
"Linux"
;;
Darwin
)
shatool
=
"shasum -a 256"
sha256sum
=
"
2ad1413510681b041ec305923c6ccbc64b0fed6608df82f5543577f7b4b88305
"
sha256sum
=
"
9d27049660474cf134ab46fa0e0db771b263313fcb8ba82ee8b2d1a1a62f8f20
"
platform
=
"Darwin"
;;
*
)
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
796f253e
·
Oct 27, 2020
mentioned in commit
796f253e
mentioned in commit 796f253e83bde7ac28411651e5edc431797142ea
Toggle commit list
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