We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26577c commit 36a3666Copy full SHA for 36a3666
.github/workflows/ccpp.yml
@@ -18,13 +18,13 @@ jobs:
18
- name: autoreconf
19
run: autoreconf -i -f
20
- name: configure
21
- run: ./configure --prefix=$PWD/__prefix
+ run: ./configure --prefix=$PWD/__prefix --with-camlibs=everything
22
- name: make
23
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC
24
- name: make check
25
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC check
26
- name: make distcheck
27
- run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC distcheck
+ run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC distcheck DISTCHECK_CONFIGURE_FLAGS=--with-camlibs=everything
28
- name: make install
29
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC install
30
- name: build and run example libgphoto2 frontend (ambs-lgp2-frontend)
0 commit comments