@@ -33,18 +33,20 @@ jobs:
33
33
run : |
34
34
source $GITHUB_WORKSPACE/travis/common.sh
35
35
cd $GITHUB_WORKSPACE
36
- echo -en "::set-output name=matrix::"
37
- echo -en "["
38
36
39
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Serial1,lvl=SSL,wipe=none,baud=115200
40
- echo -en ","
37
+ echo -en "matrix=" >> $GITHUB_STATE
38
+ echo -en "[" >> $GITHUB_STATE
41
39
42
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Disabled ,lvl=None____ ,wipe=none,baud=115200
43
- echo -en ","
40
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Serial1 ,lvl=SSL ,wipe=none,baud=115200 >> $GITHUB_STATE
41
+ echo -en "," >> $GITHUB_STATE
44
42
45
- get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
43
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266_pico esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200 >> $GITHUB_STATE
44
+ echo -en "," >> $GITHUB_STATE
46
45
47
- echo -en "]"
46
+ get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80 >> $GITHUB_STATE
47
+
48
+ echo -en "]" >> $GITHUB_STATE
49
+ echo >> $GITHUB_STATE
48
50
outputs :
49
51
matrix : ${{ steps.set-matrix.outputs.matrix }}
50
52
63
65
- name : Get Date
64
66
id : get-date
65
67
run : |
66
- echo "::set-output name= date:: $(/bin/date -u "+%Y%m%d")"
68
+ echo "date= $(/bin/date -u "+%Y%m%d")" >> $GITHUB_STATE
67
69
shell : bash
68
70
69
71
- uses : actions/cache@v2
@@ -125,7 +127,7 @@ jobs:
125
127
- name : Get Date
126
128
id : get-date
127
129
run : |
128
- echo "::set-output name= date:: $(/bin/date -u "+%Y%m%d")"
130
+ echo "date= $(/bin/date -u "+%Y%m%d")" >> $GITHUB_STATE
129
131
shell : bash
130
132
131
133
- uses : actions/cache@v2
0 commit comments