diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-05 00:06:27 +0300 |
commit | 2d2f632ea81c7713f44bfcbf6bc067f1758a56ad (patch) | |
tree | 5148969c21ed4c5c49e32cc78a677c50c203f8d9 /tools | |
parent | 45a554f2c24da3e814ef229619236f2af6d1b3a7 (diff) | |
download | hercules-r20161017.tar.gz hercules-r20161017.tar.bz2 hercules-r20161017.tar.xz hercules-r20161017.zip |
Remove useless parts from .gitlab-ci.ymlr20161017
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 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." |