blob: be8dfe1e2e3492f688bdddd97a07e8d4d23c7dde (
plain)
1
2
3
4
5
6
7
8
9
10
|
extraction:
cpp:
configure:
command:
- sed 's/--with-tests/--without-tests/g' -i bootstrap.conf
- "./bootstrap --no-git --skip-po --no-bootstrap-sync --gnulib-srcdir=gnulib"
- "./configure --disable-tests --disable-doc --disable-gtk-doc --disable-dependency-tracking"
index:
build_command:
- "make -j4"
|