diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 16:52:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-07 18:36:10 +0300 |
commit | 1bc468359dc7553c8a37ed82420e022c12a93eca (patch) | |
tree | 7784a325d4d0e1e281d8a2902127d8ebcb9d31db /tools | |
parent | 3467c14f4de4746359988f9231353e5ba86a7997 (diff) | |
download | hercules-1bc468359dc7553c8a37ed82420e022c12a93eca.tar.gz hercules-1bc468359dc7553c8a37ed82420e022c12a93eca.tar.bz2 hercules-1bc468359dc7553c8a37ed82420e022c12a93eca.tar.xz hercules-1bc468359dc7553c8a37ed82420e022c12a93eca.zip |
Remove useless parts from .gitlab-ci.ymlr20171129
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 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." |