summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2023-03-22 15:40:32 +0100
committerAndreas Schneider <asn@cryptomilk.org>2023-03-22 15:40:57 +0100
commitdddce043e01db290389fb84678f804dbda16be53 (patch)
tree87ec8881e4d43202a6d8e2d784849dc9b5403b50
parentde67675842e549008f3e1aeb03ae7995afa3dd26 (diff)
downloadcmocka-dddce043e01db290389fb84678f804dbda16be53.zip
cmocka-dddce043e01db290389fb84678f804dbda16be53.tar.gz
cmocka-dddce043e01db290389fb84678f804dbda16be53.tar.bz2
gitlab-ci: Do not install CMake
This has been added to windows runners by default now.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d7dca6..6af7600 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -441,8 +441,6 @@ ubuntu/x86_64:
paths:
- obj/
before_script:
- - choco install --no-progress -y cmake
- - $env:Path += ';C:\Program Files\CMake\bin'
- If (!(test-path .vcpkg\archives)) { mkdir -p .vcpkg\archives }
- mkdir -p obj; if ($?) {cd obj}; if (! $?) {exit 1}
- cmake