github: remove distcheck

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-01-26 09:44:44 +01:00
parent 830a871e16
commit 8b6019e65a
2 changed files with 6 additions and 8 deletions

View File

@ -26,8 +26,8 @@ for phase in "${PHASES[@]}"; do
./configure $opts
;;
MAKE)
make -j V=1
make -j check-programs V=1
make -j
make -j check-programs
;;
INSTALL)
make install DESTDIR=/tmp/dest

View File

@ -20,13 +20,11 @@ jobs:
steps:
- name: Repository checkout
uses: actions/checkout@v1
- name: Ubuntu setup (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Congure & Make (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
- name: Congure & Make
run: .github/workflows/cibuild.sh CONFIGURE MAKE
- name: Make install
run: .github/workflows/cibuild.sh INSTALL
- name: Make distcheck
run: .github/workflows/cibuild.sh DISTCHECK
- name: Check
run: sudo -E .github/workflows/cibuild.sh CHECK
- name: Make install
run: .github/workflows/cibuild.sh INSTALL