0
0
Fork 0

fix: Fix some rookie mistakes

This commit is contained in:
windowsair 2020-02-04 22:32:32 +08:00
parent e42c57d820
commit 6b81d9c30a
1 changed files with 2 additions and 2 deletions

View File

@ -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