ci: Add a `distcheck` step

We want to ensure that the CI is "release ready".
calculate-0.9.5
Emmanuele Bassi 5 years ago committed by Ray Strode
parent 9b485f6655
commit f76485a560

@ -5,8 +5,9 @@ stages:
script:
- NOCONFIGURE=1 ./autogen.sh
- mkdir _build && cd _build
- ../configure --prefix /usr --disable-documentation --disable-dependency-tracking
- ../configure --prefix /usr
- make
- make distcheck
fedora-x86_64:
stage: build

Loading…
Cancel
Save