includer flash task
This commit is contained in:
parent
dbd597af34
commit
faa6c62260
1 changed files with 7 additions and 0 deletions
|
@ -1,8 +1,15 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- flash
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- idf.py build
|
- idf.py build
|
||||||
|
|
||||||
|
flash:
|
||||||
|
stage: flash
|
||||||
|
|
||||||
|
script:
|
||||||
|
- idf.py flash
|
||||||
|
|
Loading…
Reference in a new issue