diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-25 22:56:17 +0300 |
commit | 78d9f4eb8982cb256853b9ebae63700ad416df71 (patch) | |
tree | 34e2141b090fdd533c8d58c3053418ec61cc4e04 /tools | |
parent | 820d78ff370c4170a498fb621d48c75cab063460 (diff) | |
download | hercules-r20170810.tar.gz hercules-r20170810.tar.bz2 hercules-r20170810.tar.xz hercules-r20170810.zip |
Remove useless parts from .gitlab-ci.ymlr20170810
Diffstat (limited to 'tools')
-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 4ba7e94b5..5ccf13de8 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." |