Skip to content

Commit

Permalink
XXX msvc: stop broken install, give exe and conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 14, 2024
1 parent ad99ee4 commit 4331743
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,11 @@ jobs:
-B build
- name: Build
run: cmake --build build --config ${{env.BUILD_TYPE}}
- name: Install
run: cmake --build build --target install
# Installing requires non-existing python312_d.lib from swig_avrdude.vcxproj
#- name: Install
# run: cmake --build build --target install
- name: Dryrun_test
run: Write-Host "`n`n" -NoNewline | Invoke-Expression -Command './tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"'
run: Write-Host "`n`n" -NoNewline | Invoke-Expression -Command './tools/test-avrdude -e build/src/avrdude.exe -c build/src/avrdude.conf -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"'
- name: Archive build artifacts
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4331743

Please sign in to comment.