mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-28 05:01:28 +03:00
wip
This commit is contained in:
@ -17,10 +17,6 @@ stages:
|
|||||||
# - build
|
# - build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- secure: "vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
# Build stage. To save time, run all kinds of builds and tests in parallel.
|
# Build stage. To save time, run all kinds of builds and tests in parallel.
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
|
CI_GITHUB_API_KEY="vt6StBC+ghqnh8YrreNo3wAzGGddJ2S4YpVZkz4S84xLEGWkIEghQhTrjlhzjBsrnHfLNko4tz9EsNx0yQ8yBlPOdReETGAkqnAU7PSPFss0qGcCRUXYtozNjbFQq6TWIxECK4xq40R9tE6NyeOpm9AYJtwF/v18u2T+T9qSgGQ="
|
||||||
|
|
||||||
# Extract next version from platform.txt
|
# Extract next version from platform.txt
|
||||||
next=`sed -n -E 's/version=([0-9.]+)/\1/p' ../platform.txt`
|
next=`sed -n -E 's/version=([0-9.]+)/\1/p' ../platform.txt`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user