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 f2d7bdc commit 78365b1Copy full SHA for 78365b1
.github/workflows/zephyr.yml
@@ -28,11 +28,13 @@ jobs:
28
- name: Samples - Hello World
29
working-directory: bacnet
30
run: |
31
- west build -p always -b native_posix ./zephyr/samples/hello_world
+ pwd
32
+ west build -p always -b native_posix ./zephyr/samples/hello_bacnet_stack
33
34
- name: Samples - BACnet Profile B-SS
35
36
37
38
west build -b nucleo_f429zi -p always ./zephyr/samples/profiles/b-ss
39
40
- name: Archive Firmware
0 commit comments