summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-14 01:21:39 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-27 21:46:59 +0200
commit85f2b9fdf57d41ccc210b6c0b0209c03c9de41a9 (patch)
tree36b79a409aef0a6037d4897a0fe128d4efcf639e /.github
parent160be50f1d5abd9a7df9f886a0484bcd8259bdab (diff)
downloadlibgphoto2-85f2b9fdf57d41ccc210b6c0b0209c03c9de41a9.tar.gz
gh CI workflow: Add "make installcheck" target
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 2 insertions, 0 deletions
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