Rework the sketch builder to match the IDE (#3146)
* Rework the sketch builder to match the IDE * Link the board to the home folder * Rename files for clarity * move ci files to own subfolder * Update Github CI to use the new script locations
This commit is contained in:
parent
fd089d8fd3
commit
7a574399b1
78
.github/workflows/main.yml
vendored
78
.github/workflows/main.yml
vendored
@ -18,17 +18,17 @@ jobs:
|
|||||||
- name: Pull submodules
|
- name: Pull submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Run CMake Check
|
- name: Run CMake Check
|
||||||
run: ./tools/check_cmakelists.sh
|
run: ./tools/ci/check-cmakelists.sh
|
||||||
|
|
||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
#ESP32_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
#ESP32_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 0 18
|
run: ./tools/ci/test-arduino-ide.sh 0 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -43,11 +43,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 1 18
|
run: ./tools/ci/test-arduino-ide.sh 1 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -62,11 +62,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 2 18
|
run: ./tools/ci/test-arduino-ide.sh 2 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -81,11 +81,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 3 18
|
run: ./tools/ci/test-arduino-ide.sh 3 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -100,11 +100,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 4 18
|
run: ./tools/ci/test-arduino-ide.sh 4 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -119,11 +119,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 5 18
|
run: ./tools/ci/test-arduino-ide.sh 5 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -138,11 +138,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 6 18
|
run: ./tools/ci/test-arduino-ide.sh 6 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -157,11 +157,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 7 18
|
run: ./tools/ci/test-arduino-ide.sh 7 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -176,11 +176,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 8 18
|
run: ./tools/ci/test-arduino-ide.sh 8 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -195,11 +195,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 9 18
|
run: ./tools/ci/test-arduino-ide.sh 9 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -214,11 +214,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 10 18
|
run: ./tools/ci/test-arduino-ide.sh 10 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -233,11 +233,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 11 18
|
run: ./tools/ci/test-arduino-ide.sh 11 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -252,11 +252,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 12 18
|
run: ./tools/ci/test-arduino-ide.sh 12 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -271,11 +271,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 13 18
|
run: ./tools/ci/test-arduino-ide.sh 13 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -290,11 +290,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 14 18
|
run: ./tools/ci/test-arduino-ide.sh 14 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -309,11 +309,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 15 18
|
run: ./tools/ci/test-arduino-ide.sh 15 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -328,11 +328,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 16 18
|
run: ./tools/ci/test-arduino-ide.sh 16 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -347,11 +347,11 @@ jobs:
|
|||||||
- name: Install Arduino IDE
|
- name: Install Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-arduino-ide.sh
|
run: ./tools/ci/prep-arduino-ide.sh
|
||||||
- name: Test Arduino IDE
|
- name: Test Arduino IDE
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/test-arduino-ide.sh 17 18
|
run: ./tools/ci/test-arduino-ide.sh 17 18
|
||||||
- name: Sketch Sizes
|
- name: Sketch Sizes
|
||||||
run: cat size.log
|
run: cat size.log
|
||||||
|
|
||||||
@ -371,6 +371,6 @@ jobs:
|
|||||||
- name: Install PlatformIO
|
- name: Install PlatformIO
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: ./tools/prep-platformio.sh
|
run: ./tools/ci/prep-platformio.sh
|
||||||
- name: Test PlatformIO
|
- name: Test PlatformIO
|
||||||
run: ./tools/test-platformio.sh
|
run: ./tools/ci/test-platformio.sh
|
||||||
|
32
.travis.yml
32
.travis.yml
@ -10,7 +10,6 @@ os:
|
|||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
|
|
||||||
# new script start
|
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
@ -24,27 +23,27 @@ jobs:
|
|||||||
- name: "Build Arduino 0"
|
- name: "Build Arduino 0"
|
||||||
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
||||||
stage: build
|
stage: build
|
||||||
script: $TRAVIS_BUILD_DIR/tools/build-tests.sh 0 4
|
script: $TRAVIS_BUILD_DIR/tools/ci/build-tests.sh 0 4
|
||||||
|
|
||||||
- name: "Build Arduino 1"
|
- name: "Build Arduino 1"
|
||||||
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
||||||
stage: build
|
stage: build
|
||||||
script: $TRAVIS_BUILD_DIR/tools/build-tests.sh 1 4
|
script: $TRAVIS_BUILD_DIR/tools/ci/build-tests.sh 1 4
|
||||||
|
|
||||||
- name: "Build Arduino 2"
|
- name: "Build Arduino 2"
|
||||||
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
||||||
stage: build
|
stage: build
|
||||||
script: $TRAVIS_BUILD_DIR/tools/build-tests.sh 2 4
|
script: $TRAVIS_BUILD_DIR/tools/ci/build-tests.sh 2 4
|
||||||
|
|
||||||
- name: "Build Arduino 3"
|
- name: "Build Arduino 3"
|
||||||
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
||||||
stage: build
|
stage: build
|
||||||
script: $TRAVIS_BUILD_DIR/tools/build-tests.sh 3 4
|
script: $TRAVIS_BUILD_DIR/tools/ci/build-tests.sh 3 4
|
||||||
|
|
||||||
- name: "Build PlatformIO"
|
- name: "Build PlatformIO"
|
||||||
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
if: tag IS blank AND (type = pull_request OR (type = push AND branch = master))
|
||||||
stage: build
|
stage: build
|
||||||
script: $TRAVIS_BUILD_DIR/tools/build-tests.sh 4 4
|
script: $TRAVIS_BUILD_DIR/tools/ci/build-tests.sh 4 4
|
||||||
|
|
||||||
- name: "Package & Deploy"
|
- name: "Package & Deploy"
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
@ -52,32 +51,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- secure: "l/4Dt+KQ/mACtGAHDUsPr66fUte840PZoQ4xpPikqWZI0uARu4l+Ym7+sHinnT6fBqrj8AJeBYGz4nFa8NK4LutZn9mSD40w+sxl0wSV4oHV8rzKe3Cd8+sMG3+o33yWoikMNjSvqa73Q0rm+SgrlInNdZbuAyixL+a2alaWSnGPm4F2xwUGj+S33TOy5P/Xp77CYtCV5S8vzyk/eEdNhoF0GYePJVdfuzCOUjXMyT5OWxORkzzQ7Hnn/Ka/RDfV8Si4HgujLQBrK5q6iPnNBFqBSqilYBepSMn4opnOBpIm0SCgePz7XQEFC83buA7GUcnCnfg38bf+dCwHaODf1d1PmqVRYt2QmfinexXtM4afAtL0iBUDtvrfnXHzwW9w82VeZhpbJSVh9DUQvB0IlsZeCz9J9PUBAi3N+SMX+9l+BomYwRUlPuKY+Ef2JKk9q6mxtUkky5R0daAlVxEhpVdQks1rT+T+NMoDMemxQ3SKEiqAHh6EgHecruszffmZ71uLX9MpERpew0qN+UFiafws+jkTjx+3yF9yut0Hf9sMbeAYzzkGzRqJTUEBJ6B29Cql8M0yRXCNN/8wuuTHhG8esstozga4ZQoIVrq7mEAgup376PTcNfr1+imbbWVQ7lJdYIuDe6OS5V3OX6np11vgK/DbhfyzvQv9Z1zAGnM="
|
- secure: "l/4Dt+KQ/mACtGAHDUsPr66fUte840PZoQ4xpPikqWZI0uARu4l+Ym7+sHinnT6fBqrj8AJeBYGz4nFa8NK4LutZn9mSD40w+sxl0wSV4oHV8rzKe3Cd8+sMG3+o33yWoikMNjSvqa73Q0rm+SgrlInNdZbuAyixL+a2alaWSnGPm4F2xwUGj+S33TOy5P/Xp77CYtCV5S8vzyk/eEdNhoF0GYePJVdfuzCOUjXMyT5OWxORkzzQ7Hnn/Ka/RDfV8Si4HgujLQBrK5q6iPnNBFqBSqilYBepSMn4opnOBpIm0SCgePz7XQEFC83buA7GUcnCnfg38bf+dCwHaODf1d1PmqVRYt2QmfinexXtM4afAtL0iBUDtvrfnXHzwW9w82VeZhpbJSVh9DUQvB0IlsZeCz9J9PUBAi3N+SMX+9l+BomYwRUlPuKY+Ef2JKk9q6mxtUkky5R0daAlVxEhpVdQks1rT+T+NMoDMemxQ3SKEiqAHh6EgHecruszffmZ71uLX9MpERpew0qN+UFiafws+jkTjx+3yF9yut0Hf9sMbeAYzzkGzRqJTUEBJ6B29Cql8M0yRXCNN/8wuuTHhG8esstozga4ZQoIVrq7mEAgup376PTcNfr1+imbbWVQ7lJdYIuDe6OS5V3OX6np11vgK/DbhfyzvQv9Z1zAGnM="
|
||||||
- REMOTE_URL=https://github.com/$TRAVIS_REPO_SLUG/releases/download/$TRAVIS_TAG
|
- REMOTE_URL=https://github.com/$TRAVIS_REPO_SLUG/releases/download/$TRAVIS_TAG
|
||||||
script: bash $TRAVIS_BUILD_DIR/tools/build-release.sh -a$ESP32_GITHUB_TOKEN
|
script: bash $TRAVIS_BUILD_DIR/tools/ci/build-release.sh -a$ESP32_GITHUB_TOKEN
|
||||||
before_deploy: git submodule update --init
|
before_deploy: git submodule update --init
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: bash $TRAVIS_BUILD_DIR/tools/deploy.sh -t$TRAVIS_TAG -a$ESP32_GITHUB_TOKEN -s$TRAVIS_REPO_SLUG -drelease
|
script: bash $TRAVIS_BUILD_DIR/tools/ci/deploy-release.sh -t$TRAVIS_TAG -a$ESP32_GITHUB_TOKEN -s$TRAVIS_REPO_SLUG -drelease
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
# old script start
|
|
||||||
# env:
|
|
||||||
# global:
|
|
||||||
# - secure: "l/4Dt+KQ/mACtGAHDUsPr66fUte840PZoQ4xpPikqWZI0uARu4l+Ym7+sHinnT6fBqrj8AJeBYGz4nFa8NK4LutZn9mSD40w+sxl0wSV4oHV8rzKe3Cd8+sMG3+o33yWoikMNjSvqa73Q0rm+SgrlInNdZbuAyixL+a2alaWSnGPm4F2xwUGj+S33TOy5P/Xp77CYtCV5S8vzyk/eEdNhoF0GYePJVdfuzCOUjXMyT5OWxORkzzQ7Hnn/Ka/RDfV8Si4HgujLQBrK5q6iPnNBFqBSqilYBepSMn4opnOBpIm0SCgePz7XQEFC83buA7GUcnCnfg38bf+dCwHaODf1d1PmqVRYt2QmfinexXtM4afAtL0iBUDtvrfnXHzwW9w82VeZhpbJSVh9DUQvB0IlsZeCz9J9PUBAi3N+SMX+9l+BomYwRUlPuKY+Ef2JKk9q6mxtUkky5R0daAlVxEhpVdQks1rT+T+NMoDMemxQ3SKEiqAHh6EgHecruszffmZ71uLX9MpERpew0qN+UFiafws+jkTjx+3yF9yut0Hf9sMbeAYzzkGzRqJTUEBJ6B29Cql8M0yRXCNN/8wuuTHhG8esstozga4ZQoIVrq7mEAgup376PTcNfr1+imbbWVQ7lJdYIuDe6OS5V3OX6np11vgK/DbhfyzvQv9Z1zAGnM="
|
|
||||||
# - REMOTE_URL=https://github.com/$TRAVIS_REPO_SLUG/releases/download/$TRAVIS_TAG
|
|
||||||
|
|
||||||
# script:
|
|
||||||
# - bash $TRAVIS_BUILD_DIR/tools/build.sh
|
|
||||||
|
|
||||||
# deploy:
|
|
||||||
# provider: script
|
|
||||||
# skip_cleanup: true
|
|
||||||
# script: bash $TRAVIS_BUILD_DIR/tools/deploy.sh -t$TRAVIS_TAG -a$ESP32_GITHUB_TOKEN -s$TRAVIS_REPO_SLUG -drelease
|
|
||||||
|
|
||||||
# on:
|
|
||||||
# tags: true
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ ! -z "$TRAVIS_TAG" ]; then
|
|
||||||
# zip the package if tagged build
|
|
||||||
tools/build-release.sh -a$ESP32_GITHUB_TOKEN
|
|
||||||
#else
|
|
||||||
# run cmake and sketch tests
|
|
||||||
#tools/build-tests.sh
|
|
||||||
fi
|
|
@ -29,28 +29,30 @@ import subprocess
|
|||||||
import tempfile
|
import tempfile
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
def compile(tmp_dir, sketch, tools_dir, hardware_dir, ide_path, f, args):
|
def compile(tmp_dir, cache_dir, sketch, ide_path, f, args):
|
||||||
cmd = ide_path + '/arduino-builder '
|
cmd = ide_path + '/arduino-builder '
|
||||||
cmd += '-compile -logger=human '
|
cmd += '-compile -logger=human '
|
||||||
cmd += '-build-path "' + tmp_dir + '" '
|
cmd += '-hardware "' + ide_path + '/hardware" '
|
||||||
|
if args.usr_path:
|
||||||
|
cmd += '-hardware "' + args.usr_path + '/hardware" '
|
||||||
|
if args.hardware_path:
|
||||||
|
for hw_dir in args.hardware_path:
|
||||||
|
cmd += '-hardware "' + hw_dir + '" '
|
||||||
cmd += '-tools "' + ide_path + '/tools-builder" '
|
cmd += '-tools "' + ide_path + '/tools-builder" '
|
||||||
|
if args.tools_path:
|
||||||
|
for tools_dir in args.tools_path:
|
||||||
|
cmd += '-tools "' + tools_dir + '" '
|
||||||
|
cmd += '-built-in-libraries "' + ide_path + '/libraries" '
|
||||||
|
if args.usr_path:
|
||||||
|
cmd += '-libraries "' + args.usr_path + '/libraries" '
|
||||||
if args.library_path:
|
if args.library_path:
|
||||||
for lib_dir in args.library_path:
|
for lib_dir in args.library_path:
|
||||||
cmd += '-libraries "' + lib_dir + '" '
|
cmd += '-libraries "' + lib_dir + '" '
|
||||||
cmd += '-hardware "' + ide_path + '/hardware" '
|
cmd += '-fqbn={fqbn} '.format(**vars(args))
|
||||||
if args.hardware_dir:
|
cmd += '-ide-version=10810 '
|
||||||
for hw_dir in args.hardware_dir:
|
cmd += '-build-path "' + tmp_dir + '" '
|
||||||
cmd += '-hardware "' + hw_dir + '" '
|
|
||||||
else:
|
|
||||||
cmd += '-hardware "' + hardware_dir + '" '
|
|
||||||
# Debug=Serial,DebugLevel=Core____
|
|
||||||
cmd += '-fqbn=espressif:esp32:{board_name}:' \
|
|
||||||
'FlashFreq={flash_freq},' \
|
|
||||||
'PartitionScheme=huge_app,' \
|
|
||||||
'UploadSpeed=921600'.format(**vars(args))
|
|
||||||
cmd += ' '
|
|
||||||
cmd += '-ide-version=10607 '
|
|
||||||
cmd += '-warnings={warnings} '.format(**vars(args))
|
cmd += '-warnings={warnings} '.format(**vars(args))
|
||||||
|
cmd += '-build-cache "' + cache_dir + '" '
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
cmd += '-verbose '
|
cmd += '-verbose '
|
||||||
cmd += sketch
|
cmd += sketch
|
||||||
@ -65,22 +67,18 @@ def compile(tmp_dir, sketch, tools_dir, hardware_dir, ide_path, f, args):
|
|||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser(description='Sketch build helper')
|
parser = argparse.ArgumentParser(description='Sketch build helper')
|
||||||
parser.add_argument('-v', '--verbose', help='Enable verbose output',
|
parser.add_argument('-v', '--verbose', help='Enable verbose output', action='store_true')
|
||||||
action='store_true')
|
|
||||||
parser.add_argument('-i', '--ide_path', help='Arduino IDE path')
|
parser.add_argument('-i', '--ide_path', help='Arduino IDE path')
|
||||||
parser.add_argument('-p', '--build_path', help='Build directory')
|
parser.add_argument('-b', '--build_path', help='Build directory')
|
||||||
parser.add_argument('-l', '--library_path', help='Additional library path',
|
parser.add_argument('-c', '--build_cache', help='Core Cache directory')
|
||||||
action='append')
|
parser.add_argument('-u', '--usr_path', help='Arduino Home directory (holds your sketches, libraries and hardware)')
|
||||||
parser.add_argument('-d', '--hardware_dir', help='Additional hardware path',
|
parser.add_argument('-f', '--fqbn', help='Arduino Board FQBN')
|
||||||
action='append')
|
parser.add_argument('-l', '--library_path', help='Additional library path', action='append')
|
||||||
parser.add_argument('-b', '--board_name', help='Board name', default='esp32')
|
parser.add_argument('-d', '--hardware_path', help='Additional hardware path', action='append')
|
||||||
parser.add_argument('-w', '--warnings', help='Compilation warnings level',
|
parser.add_argument('-t', '--tools_path', help='Additional tools path', action='append')
|
||||||
default='none', choices=['none', 'all', 'more'])
|
parser.add_argument('-w', '--warnings', help='Compilation warnings level', default='none', choices=['none', 'all', 'more', 'default'])
|
||||||
parser.add_argument('-o', '--output_binary', help='File name for output binary')
|
parser.add_argument('-o', '--output_binary', help='File name for output binary')
|
||||||
parser.add_argument('-k', '--keep', action='store_true',
|
parser.add_argument('-k', '--keep', action='store_true', help='Don\'t delete temporary build directory')
|
||||||
help='Don\'t delete temporary build directory')
|
|
||||||
parser.add_argument('--flash_freq', help='Flash frequency', default=40,
|
|
||||||
type=int, choices=[40, 80])
|
|
||||||
parser.add_argument('sketch_path', help='Sketch file path')
|
parser.add_argument('sketch_path', help='Sketch file path')
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
@ -95,21 +93,30 @@ def main():
|
|||||||
"or ARDUINO_IDE_PATH environment variable.", file=sys.stderr)
|
"or ARDUINO_IDE_PATH environment variable.", file=sys.stderr)
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
|
if not args.fqbn:
|
||||||
|
print("Please specify Arduino Board FQBN using the --fqbn option", file=sys.stderr)
|
||||||
|
return 3
|
||||||
|
|
||||||
sketch_path = args.sketch_path
|
sketch_path = args.sketch_path
|
||||||
|
|
||||||
tmp_dir = args.build_path
|
tmp_dir = args.build_path
|
||||||
created_tmp_dir = False
|
created_tmp_dir = False
|
||||||
if not tmp_dir:
|
if not tmp_dir:
|
||||||
tmp_dir = tempfile.mkdtemp()
|
tmp_dir = tempfile.mkdtemp()
|
||||||
created_tmp_dir = True
|
created_tmp_dir = True
|
||||||
|
|
||||||
tools_dir = os.path.dirname(os.path.realpath(__file__)) + '/../tools'
|
cache_dir = args.build_cache
|
||||||
# this is not the correct hardware folder to add.
|
created_cache_dir = False
|
||||||
hardware_dir = os.path.dirname(os.path.realpath(__file__)) + '/../cores'
|
if not cache_dir:
|
||||||
|
cache_dir = tempfile.mkdtemp()
|
||||||
|
created_cache_dir = True
|
||||||
|
|
||||||
output_name = tmp_dir + '/' + os.path.basename(sketch_path) + '.bin'
|
output_name = tmp_dir + '/' + os.path.basename(sketch_path) + '.bin'
|
||||||
|
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print("Sketch: ", sketch_path)
|
print("Sketch: ", sketch_path)
|
||||||
print("Build dir: ", tmp_dir)
|
print("Build dir: ", tmp_dir)
|
||||||
|
print("Cache dir: ", cache_dir)
|
||||||
print("Output: ", output_name)
|
print("Output: ", output_name)
|
||||||
|
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
@ -117,7 +124,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
f = open(tmp_dir + '/build.log', 'w')
|
f = open(tmp_dir + '/build.log', 'w')
|
||||||
|
|
||||||
res = compile(tmp_dir, sketch_path, tools_dir, hardware_dir, ide_path, f, args)
|
res = compile(tmp_dir, cache_dir, sketch_path, ide_path, f, args)
|
||||||
if res != 0:
|
if res != 0:
|
||||||
return res
|
return res
|
||||||
|
|
||||||
@ -127,5 +134,8 @@ def main():
|
|||||||
if created_tmp_dir and not args.keep:
|
if created_tmp_dir and not args.keep:
|
||||||
shutil.rmtree(tmp_dir, ignore_errors=True)
|
shutil.rmtree(tmp_dir, ignore_errors=True)
|
||||||
|
|
||||||
|
if created_cache_dir and not args.keep:
|
||||||
|
shutil.rmtree(cache_dir, ignore_errors=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.exit(main())
|
sys.exit(main())
|
@ -29,7 +29,7 @@ fi
|
|||||||
# CMake Test
|
# CMake Test
|
||||||
if [ "$CHUNK_INDEX" -eq 0 ]; then
|
if [ "$CHUNK_INDEX" -eq 0 ]; then
|
||||||
echo -e "travis_fold:start:check_cmakelists"
|
echo -e "travis_fold:start:check_cmakelists"
|
||||||
tools/check_cmakelists.sh
|
tools/ci/check-cmakelists.sh
|
||||||
if [ $? -ne 0 ]; then exit 1; fi
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
echo -e "travis_fold:end:check_cmakelists"
|
echo -e "travis_fold:end:check_cmakelists"
|
||||||
fi
|
fi
|
||||||
@ -37,12 +37,12 @@ fi
|
|||||||
if [ "$BUILD_PIO" -eq 0 ]; then
|
if [ "$BUILD_PIO" -eq 0 ]; then
|
||||||
# ArduinoIDE Test
|
# ArduinoIDE Test
|
||||||
echo -e "travis_fold:start:prep_arduino_ide"
|
echo -e "travis_fold:start:prep_arduino_ide"
|
||||||
tools/prep-arduino-ide.sh
|
tools/ci/prep-arduino-ide.sh
|
||||||
if [ $? -ne 0 ]; then exit 1; fi
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
echo -e "travis_fold:end:prep_arduino_ide"
|
echo -e "travis_fold:end:prep_arduino_ide"
|
||||||
|
|
||||||
echo -e "travis_fold:start:test_arduino_ide"
|
echo -e "travis_fold:start:test_arduino_ide"
|
||||||
tools/test-arduino-ide.sh $CHUNK_INDEX $CHUNKS_CNT
|
tools/ci/test-arduino-ide.sh $CHUNK_INDEX $CHUNKS_CNT
|
||||||
if [ $? -ne 0 ]; then exit 1; fi
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
echo -e "travis_fold:end:test_arduino_ide"
|
echo -e "travis_fold:end:test_arduino_ide"
|
||||||
|
|
||||||
@ -53,12 +53,12 @@ else
|
|||||||
# PlatformIO Test
|
# PlatformIO Test
|
||||||
echo -e "travis_fold:start:prep_platformio"
|
echo -e "travis_fold:start:prep_platformio"
|
||||||
cd tools && python get.py && cd ..
|
cd tools && python get.py && cd ..
|
||||||
tools/prep-platformio.sh
|
tools/ci/prep-platformio.sh
|
||||||
if [ $? -ne 0 ]; then exit 1; fi
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
echo -e "travis_fold:end:prep_platformio"
|
echo -e "travis_fold:end:prep_platformio"
|
||||||
|
|
||||||
echo -e "travis_fold:start:test_platformio"
|
echo -e "travis_fold:start:test_platformio"
|
||||||
tools/test-platformio.sh
|
tools/ci/test-platformio.sh
|
||||||
if [ $? -ne 0 ]; then exit 1; fi
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
echo -e "travis_fold:end:test_platformio"
|
echo -e "travis_fold:end:test_platformio"
|
||||||
fi
|
fi
|
@ -5,10 +5,9 @@ wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-li
|
|||||||
tar xf arduino.tar.xz
|
tar xf arduino.tar.xz
|
||||||
mv arduino-nightly $HOME/arduino_ide
|
mv arduino-nightly $HOME/arduino_ide
|
||||||
mkdir -p $HOME/Arduino/libraries
|
mkdir -p $HOME/Arduino/libraries
|
||||||
|
mkdir -p $HOME/Arduino/hardware/espressif
|
||||||
|
cd $HOME/Arduino/hardware/espressif
|
||||||
|
|
||||||
cd $HOME/arduino_ide/hardware
|
|
||||||
mkdir espressif
|
|
||||||
cd espressif
|
|
||||||
ln -s $TRAVIS_BUILD_DIR esp32
|
ln -s $TRAVIS_BUILD_DIR esp32
|
||||||
cd esp32/tools
|
cd esp32/tools
|
||||||
python get.py
|
python get.py
|
@ -16,11 +16,15 @@ if [ "$CHUNK_INDEX" -ge "$CHUNKS_CNT" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export ARDUINO_BOARD_FQBN="espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none"
|
||||||
|
|
||||||
export ARDUINO_IDE_PATH=$HOME/arduino_ide
|
export ARDUINO_IDE_PATH=$HOME/arduino_ide
|
||||||
export ARDUINO_LIB_PATH=$HOME/Arduino/libraries
|
export ARDUINO_USR_PATH=$HOME/Arduino
|
||||||
|
|
||||||
export EXAMPLES_PATH=$TRAVIS_BUILD_DIR/libraries
|
export EXAMPLES_PATH=$TRAVIS_BUILD_DIR/libraries
|
||||||
export EXAMPLES_BUILD_DIR=$TRAVIS_BUILD_DIR/build.tmp
|
export EXAMPLES_BUILD_DIR=$HOME/build.tmp
|
||||||
export EXAMPLES_BUILD_CMD="python tools/build.py -b esp32 -v -k -p $EXAMPLES_BUILD_DIR -l $ARDUINO_LIB_PATH "
|
export EXAMPLES_CACHE_DIR=$HOME/cache.tmp
|
||||||
|
export EXAMPLES_BUILD_CMD="python $TRAVIS_BUILD_DIR/tools/ci/build-sketch.py -v -k -b $EXAMPLES_BUILD_DIR -c $EXAMPLES_CACHE_DIR -u $ARDUINO_USR_PATH -f $ARDUINO_BOARD_FQBN "
|
||||||
export EXAMPLES_SIZE_BIN=$TRAVIS_BUILD_DIR/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-size
|
export EXAMPLES_SIZE_BIN=$TRAVIS_BUILD_DIR/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-size
|
||||||
|
|
||||||
function print_size_info()
|
function print_size_info()
|
||||||
@ -93,6 +97,10 @@ function count_sketches()
|
|||||||
function build_sketches()
|
function build_sketches()
|
||||||
{
|
{
|
||||||
mkdir -p $EXAMPLES_BUILD_DIR
|
mkdir -p $EXAMPLES_BUILD_DIR
|
||||||
|
mkdir -p $EXAMPLES_CACHE_DIR
|
||||||
|
mkdir -p $ARDUINO_USR_PATH/libraries
|
||||||
|
mkdir -p $ARDUINO_USR_PATH/hardware
|
||||||
|
|
||||||
local chunk_idex=$1
|
local chunk_idex=$1
|
||||||
local chunks_num=$2
|
local chunks_num=$2
|
||||||
count_sketches
|
count_sketches
|
Loading…
Reference in New Issue
Block a user