diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-08 19:42:23 +0300 |
commit | cba1ab982443012191947beac493259b71af21c3 (patch) | |
tree | 88c67c2d73713a45c3ed1791a4ffe1eaa0834761 /tools/ci | |
parent | ab6dd4f4ea25bbad4e051ceb4b06ca1fd52349ee (diff) | |
download | hercules-r20180215.tar.gz hercules-r20180215.tar.bz2 hercules-r20180215.tar.xz hercules-r20180215.zip |
Remove useless parts from .gitlab-ci.ymlr20180215
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index f6c799934..7e524c887 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -144,6 +144,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." |