diff options
| author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
|---|---|---|
| committer | Andrei Karas <akaras@inbox.ru> | 2017-03-06 19:00:50 +0300 |
| commit | 6c1fcd6e5af1f42c038328ce71f2d34c35550af0 (patch) | |
| tree | 939657963303e5ffacc810a183834ccb6f5094a8 /tools/ci/travis.sh | |
| parent | 2725131bbf1f6866c763b436669d1149aa33a344 (diff) | |
| download | hercules-r20170404.tar.gz hercules-r20170404.tar.bz2 hercules-r20170404.tar.xz hercules-r20170404.zip | |
Remove useless parts from .gitlab-ci.ymlr20170404
Diffstat (limited to 'tools/ci/travis.sh')
| -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 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." |