Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalda-nsc committed Mar 27, 2024
1 parent a1cfdfb commit 9bee13c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build
name: Build app in NCS docker container

on:
push:
# pull_request:
# schedule:
# - cron: "0 0 * * *"
pull_request:

jobs:
build:
Expand Down Expand Up @@ -33,6 +31,12 @@ jobs:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/ncs/toolchains/2be090971e/opt/nanopb/generator-bin
west twister -T app -v --inline-logs --integration
- name: Store hex files
uses: actions/upload-artifact@v4
with:
name: built-applications
path: example-application/twister-out/custom_plank/*/zephyr/zephyr.hex

- name: Twister Tests
working-directory: example-application
shell: bash
Expand Down

0 comments on commit 9bee13c

Please sign in to comment.