Coin: Sign cross-compiled Windows binaries
Pick-to: 6.8 Task-number: QTBUG-137228 Change-Id: Idda7bfd97ac74a87987dcd4c31440b0c2f193c14 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 3056da6711933d035be14394d6ea9fe72c1aabe9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit a66e8de68c14edbc60e8e742c3692339a9f23e7e)
This commit is contained in:
parent
81bc95704d
commit
9dcc6bf3d1
@ -93,6 +93,19 @@ instructions:
|
||||
- type: EnvironmentVariable
|
||||
variableName: DESTDIR
|
||||
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
|
||||
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
transferType: UploadModuleBuildArtifact
|
||||
|
@ -83,6 +83,19 @@ instructions:
|
||||
- type: EnvironmentVariable
|
||||
variableName: DESTDIR
|
||||
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
|
||||
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
transferType: UploadModuleBuildArtifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user