Skip to content

Commit

Permalink
github: only run "make distcheck"
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 18, 2022
1 parent 5a7eb14 commit 242fcc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/guile2.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: ./autogen.sh
- name: Configure
run: ./configure
- name: Make
run: make
- name: Run tests
run: make check
- name: Make distribution
run: make distcheck

Expand All @@ -45,9 +41,5 @@ jobs:
run: ./autogen.sh
- name: Configure
run: ./configure --disable-epoll
- name: Make
run: make
- name: Run tests
run: make check
- name: Make distribution
run: make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-epoll
8 changes: 0 additions & 8 deletions .github/workflows/guile3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: ./autogen.sh
- name: Configure
run: ./configure
- name: Make
run: make
- name: Run tests
run: make check
- name: Make distribution
run: make distcheck

Expand All @@ -45,9 +41,5 @@ jobs:
run: ./autogen.sh
- name: Configure
run: ./configure --disable-epoll
- name: Make
run: make
- name: Run tests
run: make check
- name: Make distribution
run: make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-epoll

0 comments on commit 242fcc0

Please sign in to comment.