1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-12-22 04:14:49 +01:00

Disable doc in CI

This commit is contained in:
Anthony Scemama 2024-12-13 17:59:25 +01:00
parent b20373b02d
commit 11f89e1d37

View File

@ -33,7 +33,7 @@ jobs:
./autogen.sh
mkdir _build
cd _build
../configure --enable-silent-rules --enable-python
../configure --enable-python
make -j 4
sudo make install
@ -94,7 +94,7 @@ jobs:
./autogen.sh
mkdir _build_debug
cd _build_debug
../configure --enable-debug --enable-silent-rules
../configure --enable-debug --disable-doc
make -j2
- name: Run test
@ -133,7 +133,7 @@ jobs:
./autogen.sh
mkdir _build_hpc
cd _build_hpc
../configure --enable-hpc
../configure --enable-hpc --disable-doc
make -j2
- name: Run test