Compare commits
4 commits
674594d32e
...
e7695847dc
Author | SHA1 | Date | |
---|---|---|---|
|
e7695847dc | ||
|
a49b0fc54e | ||
|
5e309d9114 | ||
|
133dcffe7c |
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
labels:
|
||||
hardware: esp32
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: espressif/idf:release-v4.1
|
||||
image: bash
|
||||
commands:
|
||||
- mkdir ~/.ssh
|
||||
- ssh-keyscan -t rsa git.oit.cloud >> ~/.ssh/known_hosts
|
||||
|
@ -8,7 +11,8 @@ pipeline:
|
|||
- if [ -f sdkconfig ]; then
|
||||
- rm sdkconfig
|
||||
- fi
|
||||
- ls
|
||||
- id
|
||||
- . /opt/esp/idf/install.sh
|
||||
- . /opt/esp/idf/export.sh
|
||||
- idf.py reconfigure
|
||||
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
||||
|
|
Loading…
Reference in a new issue