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 cda00c8 + e6ed2cd commit 4283604
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,19 @@ jobs:
- name: Build Uptime Sample
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/samples/uptime -b $BOARD --build-dir $GITHUB_WORKSPACE/build_uptime
west build $GITHUB_WORKSPACE/samples/uptime -b $BOARD --build-dir $GITHUB_WORKSPACE/samples/uptime/build
- name: Build Central
working-directory: /tmp/
run: |
west build $GITHUB_WORKSPACE/test/renode/uptime_central -b $BOARD --build-dir $GITHUB_WORKSPACE/build_central
west build $GITHUB_WORKSPACE/test/renode/uptime_central -b $BOARD --build-dir $GITHUB_WORKSPACE/test/renode/uptime_central/build
- name : Upload Firmware
uses: actions/upload-artifact@v4
with:
path: |
samples/uptime/build/zephyr/zephyr.elf
test/renode/uptime_central/build/zephyr/zephyr.elf
Expand Down

0 comments on commit 4283604

Please sign in to comment.