Compare commits

..

No commits in common. "config" and "development" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
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
@ -8,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