diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-06-10 20:34:24 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-07-13 15:18:32 +0100 |
commit | 24135c8c8e8980bebb58b592d38f1a4f1be81c50 (patch) | |
tree | 083f7e649427d1623ef5deaaf06ab2e1798e9914 /ci | |
parent | a10b0c93eb5d32ab8ba1301c26bde2d98b556a29 (diff) | |
download | meson-24135c8c8e8980bebb58b592d38f1a4f1be81c50.zip meson-24135c8c8e8980bebb58b592d38f1a4f1be81c50.tar.gz meson-24135c8c8e8980bebb58b592d38f1a4f1be81c50.tar.bz2 |
Set MESON_CI_JOBNAME for all CI jobs
Set MESON_CI_JOBNAME for all CI jobs which run project tests.
(Note that ${{ github.job }} is the literal job.id used in the yaml, not
any name given to the job with job.id.name, and so is the same for all
matrix entries, and thus not suitable for our purposes there).
Diffstat (limited to 'ci')
-rw-r--r-- | ci/azure-steps.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 233bbfa..8aba224 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -3,6 +3,8 @@ steps: inputs: targetType: 'filePath' filePath: .\ci\run.ps1 + env: + MESON_CI_JOBNAME: azure-$(System.JobName) - task: PublishTestResults@2 inputs: |