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>
Fri, 25 Feb 2022 13:16:52 +0000 (13:16 +0000)
commit99523f35350668246973fad7a97e9f55c2607be6
tree6d2b73dfd27dc17656366650421b86df04a51e2e
parent47018f5c3c2c01e0f0e206d848dc91c33621916b
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
(cherry picked from commit 1063bba06b4e4236350c426d3edf37f069728465)
[backport for 1.12.x: in 1.12.x, `make dist` produces .tar.gz]
.gitlab-ci.yml
.travis.yml
tools/ci-build.sh