summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-01-21 15:00:34 +0000
committerSimon McVittie <smcv@collabora.com>2019-01-21 15:05:11 +0000
commit1063bba06b4e4236350c426d3edf37f069728465 (patch)
tree7bb21684bfa580c21823db843f9dd78cb90a5172 /.gitlab-ci.yml
parent470d3f9d4bda5c1fd5410560b79bdcbb944715f0 (diff)
downloaddbus-1063bba06b4e4236350c426d3edf37f069728465.tar.gz
CI: Do the CMake native debug build from an Autotools `make dist`
We officially release dbus in the form of Autotools `make dist` tarballs, but people who have downloaded those tarballs should be able to choose the CMake build system. Our CI should assert that they can. (The Autotools debug build already does a `make distcheck`, which asserts that tarball releases can be used for an Autotools build.) Signed-off-by: Simon McVittie <smcv@collabora.com> Resolves: dbus#255
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1cefb73..f291803b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ build:cmake:
stage: build
image: "debian:stretch-slim"
variables:
- ci_buildsys: "cmake"
+ ci_buildsys: "cmake-dist"
script: *script
build:i686-w64-mingw32-debug: