mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03: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
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/d0e002d122 Pull-request: https://github.com/SerenityOS/serenity/pull/13955
@ -10,12 +10,12 @@ stages:
|
||||
- stage: Toolchain
|
||||
dependsOn: []
|
||||
jobs:
|
||||
- template: Meta/Azure/Toolchain.yml
|
||||
- template: Toolchain.yml
|
||||
|
||||
- stage: SerenityOS (Coverage)
|
||||
- stage: SerenityOS_Coverage
|
||||
dependsOn: Toolchain
|
||||
jobs:
|
||||
- template: Meta/Azure/Serenity.yml
|
||||
- template: Serenity.yml
|
||||
parameters:
|
||||
arch: 'x86_64'
|
||||
coverage: 'ON'
|
||||
|
Loading…
Reference in New Issue
Block a user