summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-08-01 15:40:37 +0200
committerBastien Nocera <hadess@hadess.net>2018-08-01 15:40:37 +0200
commit4f9cf62dadb5381adbc159d18ad682e072c2e680 (patch)
treeb6f3f1e52b1a8b084743472d370026a5f1922701 /.gitlab-ci.yml
parentc393c1803c5e31405f0d78d905203be3f01305cc (diff)
downloadgnome-desktop-4f9cf62dadb5381adbc159d18ad682e072c2e680.tar.gz
ci: Use srcdir != builddir for building
So that we catch those types of bugs early.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1e3e7ce..de8b4eb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,9 @@ build_stable:
# Work-around itstool crasher: https://github.com/itstool/itstool/commit/9b84c007a73e8275ca45762f1bfa3ab7c3a852e2
- rpm -Uvh https://kojipkgs.fedoraproject.org//work/tasks/3068/28763068/itstool-2.0.4-4.fc29.noarch.rpm
script:
- - ./autogen.sh --disable-dependency-tracking
+ - mkdir build
+ - cd build
+ - ../autogen.sh --disable-dependency-tracking
- make
- make install
- make check