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"
|
- export PATH="$PATH:$PWD/xtensa-lx106-elf/bin"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./idf.py fullclean
|
- python ./idf.py fullclean
|
||||||
- ./idf.py build
|
- python ./idf.py build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|
Loading…
Reference in New Issue