Skip to content

Commit 5d7fd14

Browse files
committed
Restore need for Ninja
It still seems a problem.
1 parent d341538 commit 5d7fd14

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

azure-pipelines-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ jobs:
302302
- template: azure-pipelines-templates/build-preparations.yml
303303
- template: azure-pipelines-templates/nb-gitversioning.yml
304304
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
305+
- template: azure-pipelines-templates/download-install-ninja.yml
305306
- template: azure-pipelines-templates/download-srecord.yml
306307
- template: azure-pipelines-templates/download-hexdfu.yml
307308
- template: azure-pipelines-templates/build-chibios-stm32-targets.yml
@@ -741,6 +742,7 @@ jobs:
741742
- template: azure-pipelines-templates/build-preparations.yml
742743
- template: azure-pipelines-templates/nb-gitversioning.yml
743744
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
745+
- template: azure-pipelines-templates/download-install-ninja.yml
744746
- template: azure-pipelines-templates/download-hexdfu.yml
745747
- template: azure-pipelines-templates/download-srecord.yml
746748
- template: azure-pipelines-templates/build-azurertos-targets.yml

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ jobs:
417417
- template: azure-pipelines-templates/build-preparations.yml
418418
- template: azure-pipelines-templates/nb-gitversioning.yml
419419
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
420+
- template: azure-pipelines-templates/download-install-ninja.yml
420421
- template: azure-pipelines-templates/download-srecord.yml
421422
- template: azure-pipelines-templates/download-hexdfu.yml
422423
- template: azure-pipelines-templates/build-chibios-stm32-targets.yml
@@ -618,6 +619,7 @@ jobs:
618619
- template: azure-pipelines-templates/build-preparations.yml
619620
- template: azure-pipelines-templates/nb-gitversioning.yml
620621
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
622+
- template: azure-pipelines-templates/download-install-ninja.yml
621623
- template: azure-pipelines-templates/download-srecord.yml
622624
- template: azure-pipelines-templates/build-freertos-nxp-targets.yml
623625
- template: azure-pipelines-templates/pack-publish-artifacts.yml
@@ -767,6 +769,7 @@ jobs:
767769
- template: azure-pipelines-templates/build-preparations.yml
768770
- template: azure-pipelines-templates/nb-gitversioning.yml
769771
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
772+
- template: azure-pipelines-templates/download-install-ninja.yml
770773
- template: azure-pipelines-templates/download-hexdfu.yml
771774
- template: azure-pipelines-templates/download-srecord.yml
772775
- template: azure-pipelines-templates/build-azurertos-targets.yml

0 commit comments

Comments
 (0)