We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf96394 commit f390e75Copy full SHA for f390e75
.github/workflows/githubci.yml
@@ -34,6 +34,7 @@ jobs:
34
- 'bast_ble'
35
- 'bluemicro_nrf52833'
36
- 'bluemicro_nrf52840'
37
+ - 'challenger_840_ble'
38
- 'ebyte_e104_bt5032a'
39
- 'ebyte_e73_tbb'
40
- 'electronut_labs_papyr'
@@ -60,6 +61,7 @@ jobs:
60
61
steps:
62
- name: Setup Python
63
uses: actions/setup-python@v3
64
+
65
66
- name: Checkout Code
67
uses: actions/checkout@v3
@@ -97,6 +99,7 @@ jobs:
97
99
run: |
98
100
pip3 install adafruit-nrfutil uritemplate requests intelhex
101
pip3 install linkermap/
102
103
104
- name: Build
105
@@ -105,6 +108,7 @@ jobs:
108
106
109
- name: Linker Map
107
110
run: make BOARD=${{ matrix.board }} linkermap
111
112
113
- uses: actions/upload-artifact@v3
114
with:
0 commit comments