diff --git a/.github/workflows/build-ncs.yml b/.github/workflows/build-ncs.yml index e971731..c65cf9d 100644 --- a/.github/workflows/build-ncs.yml +++ b/.github/workflows/build-ncs.yml @@ -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: @@ -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