[gtk/gtk-3-24-meson: 65/95] CI: autotools: test with srcdir!=buildir
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 65/95] CI: autotools: test with srcdir!=buildir
- Date: Thu, 11 Apr 2019 14:56:52 +0000 (UTC)
commit fb9e3e18303f3d5a5fd7cceaccf5c4441407524d
Author: Christoph Reiter <creiter src gnome org>
Date: Sat Mar 30 10:53:09 2019 +0100
CI: autotools: test with srcdir!=buildir
.gitlab-ci/test-docker-autotools.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/test-docker-autotools.sh b/.gitlab-ci/test-docker-autotools.sh
index ca84162309..b0b06f6ff4 100755
--- a/.gitlab-ci/test-docker-autotools.sh
+++ b/.gitlab-ci/test-docker-autotools.sh
@@ -6,5 +6,7 @@ mkdir -p _ccache
export CCACHE_BASEDIR="$(pwd)"
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
-./autogen.sh --enable-cloudproviders
+mkdir _build
+cd _build
+../autogen.sh --enable-cloudproviders
make -j8
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]