Coin: Sign cross-compiled Windows binaries
Pick-to: 6.8 6.9 6.10 Task-number: QTBUG-137228 Change-Id: Idda7bfd97ac74a87987dcd4c31440b0c2f193c14 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
parent
36ebec92e8
commit
3056da6711
@ -93,6 +93,19 @@ instructions:
|
|||||||
- type: EnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: DESTDIR
|
variableName: DESTDIR
|
||||||
variableValue: ""
|
variableValue: ""
|
||||||
|
- type: SignPackage
|
||||||
|
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||||
|
maxTimeInSeconds: 1200
|
||||||
|
maxTimeBetweenOutput: 1200
|
||||||
|
enable_if:
|
||||||
|
condition: and
|
||||||
|
conditions:
|
||||||
|
- condition: property
|
||||||
|
property: host.os
|
||||||
|
equals_value: Windows
|
||||||
|
- condition: property
|
||||||
|
property: features
|
||||||
|
contains_value: Packaging
|
||||||
- type: UploadArtifact
|
- type: UploadArtifact
|
||||||
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||||
transferType: UploadModuleBuildArtifact
|
transferType: UploadModuleBuildArtifact
|
||||||
|
@ -83,6 +83,19 @@ instructions:
|
|||||||
- type: EnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: DESTDIR
|
variableName: DESTDIR
|
||||||
variableValue: ""
|
variableValue: ""
|
||||||
|
- type: SignPackage
|
||||||
|
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||||
|
maxTimeInSeconds: 1200
|
||||||
|
maxTimeBetweenOutput: 1200
|
||||||
|
enable_if:
|
||||||
|
condition: and
|
||||||
|
conditions:
|
||||||
|
- condition: property
|
||||||
|
property: host.os
|
||||||
|
equals_value: Windows
|
||||||
|
- condition: property
|
||||||
|
property: features
|
||||||
|
contains_value: Packaging
|
||||||
- type: UploadArtifact
|
- type: UploadArtifact
|
||||||
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||||
transferType: UploadModuleBuildArtifact
|
transferType: UploadModuleBuildArtifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user