From 25fc0e89d74b3f67bd6d15f61b13ba9f20a23c05 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Oct 2016 16:52:00 +0300 Subject: Remove useless parts from .gitlab-ci.yml --- tools/ci/travis.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index 9a6322df6..f20996263 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -119,6 +119,7 @@ case "$MODE" in ;; build) (cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error." + autoreconf ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.") make -j3 || aborterror "Build failed." make plugins -j3 || aborterror "Build failed." -- cgit v1.2.3-60-g2f50