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:
Toni Saario 2025-06-02 10:27:33 +03:00
parent 36ebec92e8
commit 3056da6711
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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