summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-13 17:16:46 +0300
commit18e76fe3596aec2b9a862b762cc31a66ac648317 (patch)
tree4c7a5702e3044428e805c496fbff7dfc3566cd57 /tools
parent75fb5036e81266585b1dbab4d238124a513558b4 (diff)
downloadhercules-18e76fe3596aec2b9a862b762cc31a66ac648317.tar.gz
hercules-18e76fe3596aec2b9a862b762cc31a66ac648317.tar.bz2
hercules-18e76fe3596aec2b9a862b762cc31a66ac648317.tar.xz
hercules-18e76fe3596aec2b9a862b762cc31a66ac648317.zip
Remove useless parts from .gitlab-ci.yml
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/travis.sh1
1 files changed, 1 insertions, 0 deletions
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."