Skip to content

Commit f390e75

Browse files
committed
Added Challenger 840 BLE to CI
1 parent cf96394 commit f390e75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- 'bast_ble'
3535
- 'bluemicro_nrf52833'
3636
- 'bluemicro_nrf52840'
37+
- 'challenger_840_ble'
3738
- 'ebyte_e104_bt5032a'
3839
- 'ebyte_e73_tbb'
3940
- 'electronut_labs_papyr'
@@ -60,6 +61,7 @@ jobs:
6061
steps:
6162
- name: Setup Python
6263
uses: actions/setup-python@v3
64+
6365

6466
- name: Checkout Code
6567
uses: actions/checkout@v3
@@ -97,6 +99,7 @@ jobs:
9799
run: |
98100
pip3 install adafruit-nrfutil uritemplate requests intelhex
99101
pip3 install linkermap/
102+
100103
101104
- name: Build
102105
run: |
@@ -105,6 +108,7 @@ jobs:
105108
106109
- name: Linker Map
107110
run: make BOARD=${{ matrix.board }} linkermap
111+
108112

109113
- uses: actions/upload-artifact@v3
110114
with:

0 commit comments

Comments
 (0)