mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
ci: disable distcheck (until am doc builds have been fixed)
The doc builds are a bit brittle at this time, and therefore do not work reliably with "make distcheck". Therefore this comments out "make distcheck" until the am doc builds have been fixed.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -73,8 +73,9 @@ jobs:
|
||||
run: sudo make -C _ambuild install
|
||||
- name: Dryrun_test
|
||||
run: printf "\n\n" | ./tools/test-avrdude -e _ambuild/avrdude -c '-C _ambuild/avrdude.conf' -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
|
||||
- name: distcheck
|
||||
run: make -C _ambuild -j$(nproc) distcheck
|
||||
# Re-enable distcheck after the doc fixes
|
||||
# - name: distcheck
|
||||
# run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc"
|
||||
|
||||
linux-x86_64:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user