[gtk/gtk-3-24-meson: 59/64] 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: 59/64] CI: autotools: test with srcdir!=buildir
- Date: Sat, 30 Mar 2019 16:15:27 +0000 (UTC)
commit cb8cfb94de0240d23141ee8d47f29f4314b8a45b
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]