Skip to content

Commit

Permalink
XXX msvc test-avrdude works now, tackle mingw now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 18, 2024
1 parent faa6aef commit 7c56a70
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,20 +452,15 @@ jobs:
-B build
- name: Build
run: cmake --build build
- name: Debug output
run: ls -lR build
- name: Debug output TEMP
run: |
echo "TEMP=$TEMP"
ls -ld "$TEMP"
ls -l "$TEMP"
- name: "Dryrun test (not installed)"
run: |
tmpdir="$PWD/tmp$$"
mkdir "$tmpdir"
echo "tmpdir=$tmpdir"
ls -lR "$tmpdir"
printf "\n\n" | ./tools/test-avrdude -v -t "$tmpdir" -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
echo "TEMP=$TEMP"
ls -lR "$TEMP"
printf "\n\n" | ./tools/test-avrdude -v -t "$TEMP" -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: Install
run: cmake --build build --target install
- name: "Dryrun test (installed)"
Expand Down

0 comments on commit 7c56a70

Please sign in to comment.