mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove nuget from windows ci
This commit is contained in:
parent
f6c723ba37
commit
6bdafca1f0
@ -8,7 +8,6 @@ win64_build:
|
|||||||
interruptible: false
|
interruptible: false
|
||||||
image: registry.gitlab.com/kicad/kicad-ci/windows-build-image/win1809-msvc:latest
|
image: registry.gitlab.com/kicad/kicad-ci/windows-build-image/win1809-msvc:latest
|
||||||
variables:
|
variables:
|
||||||
VCPKG_BINARY_SOURCES: 'nuget,kicad,readwrite'
|
|
||||||
# Switch the compressor to fastzip and reduce the compression level
|
# Switch the compressor to fastzip and reduce the compression level
|
||||||
FF_USE_FASTZIP: "true"
|
FF_USE_FASTZIP: "true"
|
||||||
CACHE_COMPRESSION_LEVEL: "fast"
|
CACHE_COMPRESSION_LEVEL: "fast"
|
||||||
@ -24,8 +23,6 @@ win64_build:
|
|||||||
script:
|
script:
|
||||||
- C:\builder\build.ps1 -Env -Arch x64
|
- C:\builder\build.ps1 -Env -Arch x64
|
||||||
- $vcpkgCache=Join-Path -Path (Get-Location) -ChildPath ".vcpkgCache";$env:VCPKG_DEFAULT_BINARY_CACHE=$vcpkgCache;New-Item -ItemType Directory -Force -Path $vcpkgCache
|
- $vcpkgCache=Join-Path -Path (Get-Location) -ChildPath ".vcpkgCache";$env:VCPKG_DEFAULT_BINARY_CACHE=$vcpkgCache;New-Item -ItemType Directory -Force -Path $vcpkgCache
|
||||||
- nuget.exe sources add -Name kicad -Source "https://nuget.kicad.org:443/v3/index.json"
|
|
||||||
- nuget.exe setapikey $env:KICAD_NUGET_KEY -Source "https://nuget.kicad.org:443/v3/index.json"
|
|
||||||
- mkdir -p build/windows -Force
|
- mkdir -p build/windows -Force
|
||||||
- cd build/windows
|
- cd build/windows
|
||||||
- cmake `
|
- cmake `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user