build/gitlab-ci and build/travis-ci: add a 'make dist' step in autoconf_build() target, to check we are release-ready

This commit is contained in:
Even Rouault 2017-12-01 11:41:50 +01:00
parent 311335ea46
commit b02973f1bf
4 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
image: ubuntu:16.04
before_script:
- apt-get update -qq && apt-get install -y -qq autoconf automake build-essential cmake libtool libjpeg8-dev libjbig-dev liblzma-dev ninja-build zlib1g-dev
- apt-get update -qq && apt-get install -y -qq autoconf automake build-essential cmake libtool libjpeg8-dev libjbig-dev liblzma-dev ninja-build zlib1g-dev zip
stages:
- build

View File

@ -13,6 +13,7 @@ addons:
- libjbig-dev
- liblzma-dev
- zlib1g-dev
- zip
os:
- linux

View File

@ -17,6 +17,7 @@ autoconf_build()
make
make install
make check
make distcheck
}
# Test autoconf build

View File

@ -17,6 +17,7 @@ autoconf_build()
make
make install
make check
make distcheck
}
# Install needed tools