Skip to content

Commit 36a3666

Browse files
committed
gh CI: build all camlibs
This is mainly a test to see how long this will take in comparison.
1 parent d26577c commit 36a3666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: autoreconf
1919
run: autoreconf -i -f
2020
- name: configure
21-
run: ./configure --prefix=$PWD/__prefix
21+
run: ./configure --prefix=$PWD/__prefix --with-camlibs=everything
2222
- name: make
2323
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC
2424
- name: make check
2525
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC check
2626
- name: make distcheck
27-
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC distcheck
27+
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC distcheck DISTCHECK_CONFIGURE_FLAGS=--with-camlibs=everything
2828
- name: make install
2929
run: NPROC=$(nproc); set -x; make -j$NPROC -l$NPROC install
3030
- name: build and run example libgphoto2 frontend (ambs-lgp2-frontend)

0 commit comments

Comments
 (0)