diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-05 16:48:51 +0300 |
commit | 88f09121e50f55bfa26b988bca105e801cede556 (patch) | |
tree | 27fb95ffb01f1d9d9c359155acb248588d167611 /tools/ci/travis.sh | |
parent | 6c555d7d6cf3d450a90f71226708b426bc124b05 (diff) | |
download | hercules-r20170627.tar.gz hercules-r20170627.tar.bz2 hercules-r20170627.tar.xz hercules-r20170627.zip |
Remove useless parts from .gitlab-ci.ymlr20170627
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." |