This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 17:32:56 -07:00
parent 856c46831d
commit 3f02120b5b
1 changed files with 3 additions and 1 deletions

View File

@ -5,13 +5,15 @@ stages:
cache:
paths:
- build/
build:
stage: build
script:
- idf.py reconfigure
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
- sed -e 's/BARBACK_ID="Barback"/BARBACK_ID="`cat bbid`"/'
- sed -e 's/BARBACK_ID="Barback"/BARBACK_ID="`cat bbid`"/' sdkconfig
- cat sdkconfig
- idf.py build
flash: