mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
zephyr 3.5 github action
This commit is contained in:
3
.github/workflows/zephyr.yml
vendored
3
.github/workflows/zephyr.yml
vendored
@ -7,10 +7,13 @@ jobs:
|
|||||||
run_test:
|
run_test:
|
||||||
name: Build and run
|
name: Build and run
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- zephyr-ref: v3.4.0
|
- zephyr-ref: v3.4.0
|
||||||
zephyr-sdk: 0.16.1
|
zephyr-sdk: 0.16.1
|
||||||
|
- zephyr-ref: v3.5.0
|
||||||
|
zephyr-sdk: 0.16.3
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
Reference in New Issue
Block a user