File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Debian GNU/Linux:
24
24
- make clean
25
25
- ./configure -C --enable-gtk-doc --enable-gtk-doc-pdf --disable-gcc-warnings --disable-valgrind-tests
26
26
- make
27
- - make distcheck
27
+ - DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc make distcheck
28
28
tags :
29
29
- shared
30
30
artifacts :
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ for OPTS in "${CONFIGURE_OPTIONS[@]}"; do
28
28
make clean check -j3 || (cat tests/test-suite.log && exit 1)
29
29
done
30
30
31
- make distcheck -j3
31
+ DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc make distcheck -j3
Original file line number Diff line number Diff line change 13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
16
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
16
+ DISTCHECK_CONFIGURE_FLAGS ? = --enable-gtk-doc
17
17
18
18
SUBDIRS =
19
19
You can’t perform that action at this time.
0 commit comments