mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:37:44 +00:00
CI: Use proper paths to template files in nightly-pipeline.yml
Azure paths are relative to the pipeline file. Addtionally, pipeline stages can't have spaces or parentheses in them
This commit is contained in:
parent
d24ec130bf
commit
d0e002d122
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ stages:
|
||||||
- stage: Toolchain
|
- stage: Toolchain
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
jobs:
|
jobs:
|
||||||
- template: Meta/Azure/Toolchain.yml
|
- template: Toolchain.yml
|
||||||
|
|
||||||
- stage: SerenityOS (Coverage)
|
- stage: SerenityOS_Coverage
|
||||||
dependsOn: Toolchain
|
dependsOn: Toolchain
|
||||||
jobs:
|
jobs:
|
||||||
- template: Meta/Azure/Serenity.yml
|
- template: Serenity.yml
|
||||||
parameters:
|
parameters:
|
||||||
arch: 'x86_64'
|
arch: 'x86_64'
|
||||||
coverage: 'ON'
|
coverage: 'ON'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue