Skip to content

Commit

Permalink
feat: add external profile project build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbruun committed Mar 6, 2024
1 parent dc0057d commit a7f2f28
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/zephyr-rtos-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ jobs:
west init -m https://github.com/${GITHUB_REPOSITORY}
west update -o=--depth=1 -n
- name: Build firmware
- name: Build firmware of static profile sample
working-directory: modules/lib/onomondo-softsim/samples/softsim_static_profile
run: |
west build \
--pristine=always \
--board ${{ matrix.board }}
west build --pristine=always --board ${{ matrix.board }}
west build -t ram_report
west build -t rom_report
- name: Build firmware of static profile sample
working-directory: modules/lib/onomondo-softsim/samples/softsim_extermal_profile
run: |
west build --pristine=always --board ${{ matrix.board }}
west build -t ram_report
west build -t rom_report

0 comments on commit a7f2f28

Please sign in to comment.