Skip to content

Commit

Permalink
Merge branch 'ci_cd' of https://github.com/vChavezB/ble_utils into ci_cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Apr 12, 2024
2 parents 4cff12b + b2e09b3 commit cbf20de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ jobs:
run: |
west build $GITHUB_WORKSPACE/test/renode/uptime_central -b $BOARD --build-dir $GITHUB_WORKSPACE/test/renode/uptime_central/build
- name: Build posix
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b native_posix_64 --build-dir $GITHUB_WORKSPACE/samples/uptime/build_posix
- name : Upload Firmware
uses: actions/upload-artifact@v4
with:
path: |
samples/uptime/build/zephyr/zephyr.elf
samples/uptime/build_posix/zephyr/zephyr.exe
test/renode/uptime_central/build/zephyr/zephyr.elf
Expand Down
4 changes: 3 additions & 1 deletion samples/uptime/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ CONFIG_LIB_CPLUSPLUS=y
CONFIG_STD_CPP17=y
CONFIG_NEWLIB_LIBC=y
CONFIG_BLE_UTILS=y
CONFIG_BT_ASSERT=n
CONFIG_BT_ASSERT=n
CONFIG_LOG=y
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n

0 comments on commit cbf20de

Please sign in to comment.