From 8ffed998d1f94fc93874d15f79fbadd6078e6771 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 db1ea5315..b3929f1e2 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -101,6 +101,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-70-g09d2