Skip to content

Commit

Permalink
ci: Build with Memfault by default
Browse files Browse the repository at this point in the history
Build with Memfault by default

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Jun 25, 2024
1 parent 5ace903 commit 6c95e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: Build nrf91 firmware
working-directory: thingy91x-oob/app
run: |
west build -b thingy91x/nrf9151/ns -p --sysbuild
echo "CONFIG_MEMFAULT_NCS_PROJECT_KEY=\"${{ secrets.MEMFAULT_PROJECT_KEY }}\"" >> overlay-memfault.conf
west build -b thingy91x/nrf9151/ns -p --sysbuild -- -DEXTRA_CONF_FILE="overlay-memfault.conf"
- name: Create nrf91 Bootloader HEX file
run: |
Expand Down

0 comments on commit 6c95e2b

Please sign in to comment.