mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 00:26:22 +03:00
Update build.yml to enable dryrun test for MSYS2 mingw builds (#2190)
* Update build.yml to enable dryrun test for MSYS2 mingw builds * Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -451,9 +451,8 @@ jobs:
|
||||
run: cmake --build build
|
||||
- name: "avrdude -? (not installed)"
|
||||
run: build/src/avrdude -?
|
||||
# Disabled so far due to problems writing to temp files.
|
||||
# - name: "Dryrun test (not installed)"
|
||||
# run: printf "\n\n" | ./tools/test-avrdude -v -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
|
||||
- name: "Dryrun test (not installed)"
|
||||
run: printf "\n\n" | ./tools/test-avrdude -v -e build/src/avrdude.exe -t . -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
|
||||
- name: Archive build artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v7
|
||||
|
||||
Reference in New Issue
Block a user