Skip to content

Commit 3d561fc

Browse files
committed
Testing CMake and Ninja installs
- Add back install of ninja - Remove CMake install
1 parent c7096de commit 3d561fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines-nightly.yml

Lines changed: 1 addition & 1 deletion
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
@@ -670,7 +671,6 @@ jobs:
670671
steps:
671672
- template: azure-pipelines-templates/build-preparations.yml
672673
- template: azure-pipelines-templates/nb-gitversioning.yml
673-
- template: azure-pipelines-templates/download-install-cmake.yml
674674
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
675675
- template: azure-pipelines-templates/download-install-ninja.yml
676676
- template: azure-pipelines-templates/build-ti-simplelink-targets.yml

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
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
@@ -694,7 +696,6 @@ jobs:
694696
steps:
695697
- template: azure-pipelines-templates/build-preparations.yml
696698
- template: azure-pipelines-templates/nb-gitversioning.yml
697-
- template: azure-pipelines-templates/download-install-cmake.yml
698699
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
699700
- template: azure-pipelines-templates/download-install-ninja.yml
700701
- template: azure-pipelines-templates/build-ti-simplelink-targets.yml
@@ -767,6 +768,7 @@ jobs:
767768
- template: azure-pipelines-templates/build-preparations.yml
768769
- template: azure-pipelines-templates/nb-gitversioning.yml
769770
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
771+
- template: azure-pipelines-templates/download-install-ninja.yml
770772
- template: azure-pipelines-templates/download-hexdfu.yml
771773
- template: azure-pipelines-templates/download-srecord.yml
772774
- template: azure-pipelines-templates/build-azurertos-targets.yml

0 commit comments

Comments
 (0)