Reference project name
Documentation / Build (1.14.0) (push) Failing after 15s
Documentation / Build (1.9.6) (push) Successful in 13s
Documentation / Deploy (push) Has been skipped
Build / Build app and tests (macos-14) (push) Has been cancelled
Build / Build app and tests (windows-2022) (push) Has been cancelled
Build / Build app and tests (ubuntu-22.04) (push) Failing after 1m43s
Documentation / Build (1.14.0) (push) Failing after 15s
Documentation / Build (1.9.6) (push) Successful in 13s
Documentation / Deploy (push) Has been skipped
Build / Build app and tests (macos-14) (push) Has been cancelled
Build / Build app and tests (windows-2022) (push) Has been cancelled
Build / Build app and tests (ubuntu-22.04) (push) Failing after 1m43s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: example-application
|
||||
path: LR-EnviroStation
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Python
|
||||
@@ -32,12 +32,12 @@ jobs:
|
||||
- name: Setup Zephyr project
|
||||
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
||||
with:
|
||||
app-path: example-application
|
||||
app-path: LR-EnviroStation
|
||||
toolchains: arm-zephyr-eabi
|
||||
ccache-cache-key: ${{ matrix.os }}
|
||||
|
||||
- name: Build firmware
|
||||
working-directory: example-application
|
||||
working-directory: LR-EnviroStation
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ runner.os }}" = "Windows" ]; then
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
west twister -T app -v --inline-logs --integration $EXTRA_TWISTER_FLAGS
|
||||
|
||||
- name: Twister Tests
|
||||
working-directory: example-application
|
||||
working-directory: LR-EnviroStation
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ runner.os }}" = "Windows" ]; then
|
||||
|
||||
Reference in New Issue
Block a user