mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
gitlab-ci: We have cmake in Windows runners in the default path now
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -481,9 +481,6 @@ freebsd/openssl_1.1.1/x86_64:
|
|||||||
paths:
|
paths:
|
||||||
- obj/
|
- obj/
|
||||||
before_script:
|
before_script:
|
||||||
# cmake is installed by default now
|
|
||||||
# - choco install --no-progress -y cmake
|
|
||||||
- $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"
|
||||||
- echo $env:VCPKG_DEFAULT_BINARY_CACHE
|
- echo $env:VCPKG_DEFAULT_BINARY_CACHE
|
||||||
|
|||||||
Reference in New Issue
Block a user