File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
152
152
$xtra_opts " ${sketchdir} "
153
153
elif [ -f " $ide_path /arduino-builder" ]; then
154
154
echo " Building $sketchname with arduino-builder and FQBN=$currfqbn "
155
+ echo " Build path = $build_dir "
155
156
156
157
$ide_path /arduino-builder -compile -logger=human -core-api-version=10810 \
157
158
-fqbn=\" $currfqbn \" \
Original file line number Diff line number Diff line change 56
56
- name : Build sketches
57
57
run : |
58
58
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
59
- - name : List files in the tests
60
- run : |
61
- ls ${{ github.workspace }}/tests/
62
- - name : List files in the tests/*/
63
- run : |
64
- ls ${{ github.workspace }}/tests/*/
65
- - name : List files in the tests/*/build*/
66
- run : |
67
- ls ${{ github.workspace }}/tests/*/build*/
68
59
- name : Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
69
60
uses : actions/upload-artifact@v3
70
61
with :
You can’t perform that action at this time.
0 commit comments