mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
add skateboard workflow
This commit is contained in:
parent
d8de150505
commit
a60c1d33e7
9
.github/workflows/verify.yml
vendored
9
.github/workflows/verify.yml
vendored
@ -38,3 +38,12 @@ jobs:
|
|||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
||||||
|
skateboard:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: espressif/idf:v5.5.4
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- name: build
|
||||||
|
working-directory: ./skateboard
|
||||||
|
run: idf all
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user