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:
|
||||
- build
|
||||
- flash
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
script:
|
||||
- idf.py build
|
||||
|
||||
flash:
|
||||
stage: flash
|
||||
|
||||
script:
|
||||
- idf.py flash
|
||||
|
|
Loading…
Reference in a new issue