File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
./autogen.sh
34
34
mkdir _build
35
35
cd _build
36
- ../configure --enable-silent-rules --enable- python
36
+ ../configure --enable-python
37
37
make -j 4
38
38
sudo make install
39
39
94
94
./autogen.sh
95
95
mkdir _build_debug
96
96
cd _build_debug
97
- ../configure --enable-debug --enable-silent-rules
97
+ ../configure --enable-debug --disable-doc
98
98
make -j2
99
99
100
100
- name : Run test
@@ -124,7 +124,7 @@ jobs:
124
124
git clone https://github.com/TREX-CoE/trexio.git
125
125
cd trexio
126
126
./autogen.sh
127
- ./configure --prefix=/usr
127
+ ./configure --prefix=/usr
128
128
make -j 4
129
129
sudo make install
130
130
@@ -133,7 +133,7 @@ jobs:
133
133
./autogen.sh
134
134
mkdir _build_hpc
135
135
cd _build_hpc
136
- ../configure --enable-hpc
136
+ ../configure --enable-hpc --disable-doc
137
137
make -j2
138
138
139
139
- name : Run test
You can’t perform that action at this time.
0 commit comments