mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Add tools/test-avrdude to Linux x86_64 github action
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -65,6 +65,10 @@ jobs:
|
||||
-B build
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
- name: Install
|
||||
run: sudo cmake --build build --target install
|
||||
- name: Dryrun_test
|
||||
run: echo -e \\n | ./tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
|
||||
- name: Archive build artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user