Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Where possible, dryrun tests on uninstalled avrdude
This adds dryrun tests for uninstalled avrdude. Tests on installed avrdude are kept where they exist, but not added for all possible platforms. Quick table showing testing of built avrdude, installation of avrdude, and testing of installed avrdude and whether that happens/succeeds/fails: test test built install installed linux-x64_64-autotools | succ | yes | succ linux-x86_64 | succ | yes | succ linux (cross-compile) | n/a | no | <-- macos-x86_64 | succ | no | <-- macos-x86_64-autotools | succ | no | <-- msvc | succ | broken | <-- mingw | fail | no | <--
- Loading branch information