mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
source and run
This commit is contained in:
parent
875a4f3d70
commit
2b9bb2d794
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@ -42,10 +42,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: espressif/idf:v5.5.4
|
||||
steps:
|
||||
- name: activate esp-idf
|
||||
run: . /opt/esp-idf/export.sh
|
||||
- uses: actions/checkout@v6
|
||||
- name: build
|
||||
working-directory: ./skateboard
|
||||
run: idf.py compile
|
||||
# https://github.com/espressif/esp-bsp/blob/master/.github/workflows/build-run-applications.yml
|
||||
run: |
|
||||
${IDF_PATH}/install.sh --enable-ci
|
||||
source ${IDF_PATH}/export.sh
|
||||
idf.py compile
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user