diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-29 19:30:09 +0300 |
commit | cfbc37c50fdd91cc915f3a6f7b5ead71eb038a76 (patch) | |
tree | d287c31c0312cfd84bcc6c81717aaad5e2e66434 /tools/ci | |
parent | 61dead65b0df8a94ab2b900d348d5810c3db6c42 (diff) | |
download | hercules-s20171226.tar.gz hercules-s20171226.tar.bz2 hercules-s20171226.tar.xz hercules-s20171226.zip |
Remove useless parts from .gitlab-ci.ymls20171226
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 cc1f15ee8..25aaa368d 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." |