Skip to content

Commit 613959c

Browse files
committed
dbg path remove +added echo with buildpath
1 parent 7951891 commit 613959c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/scripts/sketch_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
152152
$xtra_opts "${sketchdir}"
153153
elif [ -f "$ide_path/arduino-builder" ]; then
154154
echo "Building $sketchname with arduino-builder and FQBN=$currfqbn"
155+
echo "Build path = $build_dir"
155156

156157
$ide_path/arduino-builder -compile -logger=human -core-api-version=10810 \
157158
-fqbn=\"$currfqbn\" \

.github/workflows/hil.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ jobs:
5656
- name: Build sketches
5757
run: |
5858
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*/
6859
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
6960
uses: actions/upload-artifact@v3
7061
with:

0 commit comments

Comments
 (0)