From 85f2b9fdf57d41ccc210b6c0b0209c03c9de41a9 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 14 May 2022 01:21:39 +0200 Subject: gh CI workflow: Add "make installcheck" target --- .github/workflows/ccpp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 89df3b562..705b5933d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -27,6 +27,8 @@ jobs: run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC distcheck - name: make install run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC install + - name: make installcheck + run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC installcheck - name: build and run example libgphoto2 frontend (ambs-lgp2-frontend) run: | set -x -- cgit v1.2.1