.gitlab-ci.yml: include make dist into test suite

This commit is contained in:
Nikos Mavrogiannopoulos
2015-09-19 20:44:21 +02:00
parent a8ea052bbf
commit 8b747fd960

View File

@@ -1,7 +1,6 @@
Build with separate build dir:
script:
- git submodule update --init && autoreconf -fvi && mkdir -p build && cd build &&
../configure && make -j4 && make check -j4
- cat tests/test-suite.log
../configure && make -j4 && make check -j4 && make dist
except:
- tags