mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 15:06:38 +01:00
* POC: Conditional Build Jobs / Steps Demonstrate a built/test pipeline which make use of both conditional jobs and steps. * use paths-filter fallback (no token) * fix typo in cache key * remove test file * add in nRF_Bootloader to confitional build
20 lines
383 B
YAML
20 lines
383 B
YAML
arm-tag_common: &arm-tag_common
|
|
- 'ARM_Tag_FW/common/**'
|
|
|
|
arm-tag_88MZ100:
|
|
- '*arm-tag_common'
|
|
- 'ARM_Tag_FW/88MZ100/**'
|
|
|
|
arm-tag_newton-m3-nrf52811:
|
|
- '*arm-tag_common'
|
|
- 'ARM_Tag_FW/Newton_M3_nRF52811/**'
|
|
|
|
arm-tag_nrf-bootloader:
|
|
- 'ARM_Tag_FW/nRF_Bootloader/**'
|
|
|
|
arm-tag_nrf52811-pio-ap:
|
|
- 'ARM_Tag_FW/nrf52811_Platformio_AP/**'
|
|
|
|
esp32-ap:
|
|
- 'ESP32_AP-Flasher/**'
|