summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-08 21:17:52 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-08 23:48:52 +0300
commit7255abb636e3a2e4fc06ec5f51ed8750bb48f408 (patch)
tree5040c45584bd486ccf1e9f762a8b1d43cd2fb32b /tools
parent537b2bb3510f52eb9ccdee4f98e6061b5878bff0 (diff)
downloadhercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.gz
hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.bz2
hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.tar.xz
hercules-7255abb636e3a2e4fc06ec5f51ed8750bb48f408.zip
Check in travis if regenerated hpm code can be compiled.
Also reduce number of packets to install in travis.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/travis.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh
index 4ba7e94b5..633248a1a 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -125,6 +125,11 @@ case "$MODE" in
make plugin.script_mapquit -j3 || aborterror "Build failed."
make test || aborterror "Build failed."
;;
+ buildhpm)
+ ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.")
+ cd tools/HPMHookGen
+ make
+ ;;
test)
cat > conf/travis_sql_connection.conf << EOF
sql_connection: {