mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
14 lines
471 B
YAML
14 lines
471 B
YAML
|
type: Group
|
||
|
instructions:
|
||
|
- type: MakeDirectory
|
||
|
directory: "{{.SourceDir}}_standalone_tests"
|
||
|
- type: InstallTestBinaryArchive
|
||
|
relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/tests.tar.gz"
|
||
|
directory: "{{.SourceDir}}_standalone_tests"
|
||
|
maxTimeInSeconds: 1200
|
||
|
maxTimeBetweenOutput: 1200
|
||
|
userMessageOnFailure: >
|
||
|
Failed to install tests archive.
|
||
|
- type: ChangeDirectory
|
||
|
directory: "{{.SourceDir}}_standalone_tests"
|