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:
|
||||
build:
|
||||
image: bash
|
||||
image: espressif/idf:release-v4.1
|
||||
commands:
|
||||
- mkdir ~/.ssh
|
||||
- ssh-keyscan -t rsa git.oit.cloud >> ~/.ssh/known_hosts
|
||||
|
@ -11,8 +8,7 @@ pipeline:
|
|||
- if [ -f sdkconfig ]; then
|
||||
- rm sdkconfig
|
||||
- fi
|
||||
- id
|
||||
- . /opt/esp/idf/install.sh
|
||||
- ls
|
||||
- . /opt/esp/idf/export.sh
|
||||
- idf.py reconfigure
|
||||
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
||||
|
|
Loading…
Reference in a new issue