fix: Fix some rookie mistakes
This commit is contained in:
parent
e42c57d820
commit
6b81d9c30a
|
@ -14,8 +14,8 @@ before_script:
|
|||
- export PATH="$PATH:$PWD/xtensa-lx106-elf/bin"
|
||||
|
||||
script:
|
||||
- ./idf.py fullclean
|
||||
- ./idf.py build
|
||||
- python ./idf.py fullclean
|
||||
- python ./idf.py build
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in New Issue