mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
gitlab-ci: Don't install CMake
The choco server is somtimes ratelimited. Avoid running into issues and use cmake already installed on the runner. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -480,7 +480,8 @@ freebsd/openssl_1.1.1/x86_64:
|
|||||||
paths:
|
paths:
|
||||||
- obj/
|
- obj/
|
||||||
before_script:
|
before_script:
|
||||||
- choco install --no-progress -y cmake
|
# cmake is installed by default now
|
||||||
|
# - choco install --no-progress -y cmake
|
||||||
- $env:Path += ';C:\Program Files\CMake\bin'
|
- $env:Path += ';C:\Program Files\CMake\bin'
|
||||||
- If (!(test-path .vcpkg\archives)) { mkdir -p .vcpkg\archives }
|
- If (!(test-path .vcpkg\archives)) { mkdir -p .vcpkg\archives }
|
||||||
- $env:VCPKG_DEFAULT_BINARY_CACHE="$PWD\.vcpkg\archives"
|
- $env:VCPKG_DEFAULT_BINARY_CACHE="$PWD\.vcpkg\archives"
|
||||||
|
|||||||
Reference in New Issue
Block a user