aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions/execute_license_check.yaml
blob: 51027ba7de2f64cdf7cbec7a69d7ae52f646b372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
type: Group
instructions:
    - type: ChangeDirectory
      directory: "{{.AgentWorkingDir}}"
    - type: InstallSourceArchive
      maxTimeInSeconds: 600
      maxTimeBetweenOutput: 600
      project: qt/qtbase
      ref: 5.15
      directory: qt/qtbase
      userMessageOnFailure: >
              Could not install source archive. Please investigate why.
    - type: InstallSourceArchive
      maxTimeInSeconds: 600
      maxTimeBetweenOutput: 600
      project: qt/qtqa
      ref: master
      directory: qt/qtqa-latest
      userMessageOnFailure: >
              Could not install source archive. Please investigate why.
    - type: EnvironmentVariable
      variableName: QT_MODULE_TO_TEST
      variableValue: pyside/pyside-setup
      userMessageOnFailure: >
              Failed to set environment variable. This should not happen.
    - type: ExecuteCommand
      command: perl qt/qtqa-latest/tests/prebuild/license/tst_licenses.pl
      maxTimeInSeconds: 7200
      maxTimeBetweenOutput: 120
      userMessageOnFailure: >
           Failed to run license check script.