]> git.ipfire.org Git - thirdparty/dbus.git/commit
CI: Do the CMake native debug build from an Autotools `make dist`
authorSimon McVittie <smcv@collabora.com>
Mon, 21 Jan 2019 15:00:34 +0000 (15:00 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 21 Jan 2019 15:05:11 +0000 (15:05 +0000)
commit1063bba06b4e4236350c426d3edf37f069728465
tree7bb21684bfa580c21823db843f9dd78cb90a5172
parent470d3f9d4bda5c1fd5410560b79bdcbb944715f0
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
.gitlab-ci.yml
.travis.yml
tools/ci-build.sh