@@ -23,40 +23,40 @@ jobs:
23
23
- name : " Build Arduino 0"
24
24
if : tag IS blank AND (type = pull_request OR (type = push AND branch = master))
25
25
stage : build
26
- script : $TRAVIS_BUILD_DIR/tools/build-tests.sh 0 4
26
+ script : $TRAVIS_BUILD_DIR/tools/ci/ build-tests.sh 0 4
27
27
28
28
- name : " Build Arduino 1"
29
29
if : tag IS blank AND (type = pull_request OR (type = push AND branch = master))
30
30
stage : build
31
- script : $TRAVIS_BUILD_DIR/tools/build-tests.sh 1 4
31
+ script : $TRAVIS_BUILD_DIR/tools/ci/ build-tests.sh 1 4
32
32
33
33
- name : " Build Arduino 2"
34
34
if : tag IS blank AND (type = pull_request OR (type = push AND branch = master))
35
35
stage : build
36
- script : $TRAVIS_BUILD_DIR/tools/build-tests.sh 2 4
36
+ script : $TRAVIS_BUILD_DIR/tools/ci/ build-tests.sh 2 4
37
37
38
38
- name : " Build Arduino 3"
39
39
if : tag IS blank AND (type = pull_request OR (type = push AND branch = master))
40
40
stage : build
41
- script : $TRAVIS_BUILD_DIR/tools/build-tests.sh 3 4
41
+ script : $TRAVIS_BUILD_DIR/tools/ci/ build-tests.sh 3 4
42
42
43
43
- name : " Build PlatformIO"
44
44
if : tag IS blank AND (type = pull_request OR (type = push AND branch = master))
45
45
stage : build
46
- script : $TRAVIS_BUILD_DIR/tools/build-tests.sh 4 4
46
+ script : $TRAVIS_BUILD_DIR/tools/ci/ build-tests.sh 4 4
47
47
48
48
- name : " Package & Deploy"
49
49
if : tag IS present
50
50
stage : deploy
51
51
env :
52
52
- 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="
53
53
- REMOTE_URL=https://github.com/$TRAVIS_REPO_SLUG/releases/download/$TRAVIS_TAG
54
- script : bash $TRAVIS_BUILD_DIR/tools/build-release.sh -a$ESP32_GITHUB_TOKEN
54
+ script : bash $TRAVIS_BUILD_DIR/tools/ci/ build-release.sh -a$ESP32_GITHUB_TOKEN
55
55
before_deploy : git submodule update --init
56
56
deploy :
57
57
- provider : script
58
58
skip_cleanup : true
59
- script : bash $TRAVIS_BUILD_DIR/tools/deploy-release.sh -t$TRAVIS_TAG -a$ESP32_GITHUB_TOKEN -s$TRAVIS_REPO_SLUG -drelease
59
+ script : bash $TRAVIS_BUILD_DIR/tools/ci/ deploy-release.sh -t$TRAVIS_TAG -a$ESP32_GITHUB_TOKEN -s$TRAVIS_REPO_SLUG -drelease
60
60
on :
61
61
tags : true
62
62
0 commit comments