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