Skip to content

Commit 11f89e1

Browse files
committed
Disable doc in CI
1 parent b20373b commit 11f89e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
./autogen.sh
3434
mkdir _build
3535
cd _build
36-
../configure --enable-silent-rules --enable-python
36+
../configure --enable-python
3737
make -j 4
3838
sudo make install
3939
@@ -94,7 +94,7 @@ jobs:
9494
./autogen.sh
9595
mkdir _build_debug
9696
cd _build_debug
97-
../configure --enable-debug --enable-silent-rules
97+
../configure --enable-debug --disable-doc
9898
make -j2
9999
100100
- name: Run test
@@ -124,7 +124,7 @@ jobs:
124124
git clone https://github.com/TREX-CoE/trexio.git
125125
cd trexio
126126
./autogen.sh
127-
./configure --prefix=/usr
127+
./configure --prefix=/usr
128128
make -j 4
129129
sudo make install
130130
@@ -133,7 +133,7 @@ jobs:
133133
./autogen.sh
134134
mkdir _build_hpc
135135
cd _build_hpc
136-
../configure --enable-hpc
136+
../configure --enable-hpc --disable-doc
137137
make -j2
138138
139139
- name: Run test

0 commit comments

Comments
 (0)