Windows codesigning
This commit is contained in:
parent
fd11013047
commit
9ebdefe24a
1 changed files with 5 additions and 1 deletions
|
|
@ -92,6 +92,10 @@
|
||||||
extends: .windows-vs
|
extends: .windows-vs
|
||||||
tags: [ "windows-powershell-vs-17-2022" ]
|
tags: [ "windows-powershell-vs-17-2022" ]
|
||||||
|
|
||||||
|
.windows-codesigning:
|
||||||
|
extends: .windows-vs
|
||||||
|
tags: [ "windows-powershell-vs-17-2022-apps" ]
|
||||||
|
|
||||||
.windows-msbuild-variables:
|
.windows-msbuild-variables:
|
||||||
variables:
|
variables:
|
||||||
PARALLEL_OPTIONS: "-- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false"
|
PARALLEL_OPTIONS: "-- /maxcpucount /nodeReuse:true /p:TrackFileAccess=false"
|
||||||
|
|
@ -188,7 +192,7 @@ win64-ninja-vs2022-package-windows:
|
||||||
CMAKE_ARCHITECTURE: ""
|
CMAKE_ARCHITECTURE: ""
|
||||||
PARALLEL_OPTIONS: ""
|
PARALLEL_OPTIONS: ""
|
||||||
extends:
|
extends:
|
||||||
- .windows-vs2022
|
- .windows-codesigning
|
||||||
- .windows-ninja-variables
|
- .windows-ninja-variables
|
||||||
- .vs-win64-package
|
- .vs-win64-package
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue