File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ function build(){
36
36
${BUILD_SKETCH} ${sargs}
37
37
done
38
38
fi
39
- sizes_file=" $HOME /.arduino/cli_compile_output.json"
40
- # rename sizes_file="$HOME/.arduino/cli_compile_output.json" to sizes_file="GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
41
- ls -R $HOME /.arduino
42
- mv $sizes_file " $GITHUB_WORKSPACE /cli_compile_output_${chunk_index} .json"
43
- ls -R $GITHUB_WORKSPACE
44
-
45
39
}
46
40
47
41
if [ -z " $GITHUB_WORKSPACE " ]; then
@@ -90,6 +84,13 @@ if [ "$BUILD_PIO" -eq 0 ]; then
90
84
build " esp32c6" $FQBN_ESP32C6 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32
91
85
build " esp32h2" $FQBN_ESP32H2 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32
92
86
build " esp32" $FQBN_ESP32 $CHUNK_INDEX $CHUNKS_CNT $SKETCHES_ESP32
87
+
88
+ sizes_file=" $HOME /.arduino/cli_compile_output.json"
89
+ # rename sizes_file="$HOME/.arduino/cli_compile_output.json" to sizes_file="GITHUB_WORKSPACE/cli_compile_output_${chunk_index}.json"
90
+ ls $HOME /.arduino
91
+ mv $sizes_file " $GITHUB_WORKSPACE /cli_compile_output_${chunk_index} .json"
92
+ ls $GITHUB_WORKSPACE
93
+
93
94
else
94
95
source ${SCRIPTS_DIR} /install-platformio-esp32.sh
95
96
# PlatformIO ESP32 Test
You can’t perform that action at this time.
0 commit comments