summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-08-09 00:27:35 +0200
committerGitHub <noreply@github.com>2017-08-09 00:27:35 +0200
commit248285d5a4be058b6abb40a9e31fff189bd2f598 (patch)
tree0b4035b6267ffe9dc107add4a5ea859eb587cae3 /.travis.yml
parent537b2bb3510f52eb9ccdee4f98e6061b5878bff0 (diff)
parenta1a9ce04eeefb5ff00b2101732ef3f5e02d36093 (diff)
downloadhercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.gz
hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.bz2
hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.tar.xz
hercules-248285d5a4be058b6abb40a9e31fff189bd2f598.zip
Merge pull request #1816 from 4144/travis
Add into travis check for hpm update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml40
1 files changed, 37 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 28f4387a6..a5430dbce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,6 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- packages:
- - gcc-5
- - gcc-6
install:
- ./tools/ci/travis.sh getplugins || true
@@ -18,6 +15,7 @@ before_script:
- mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');"
script:
+ - if [[ ! -z "${HPM}" ]]; then ./tools/ci/travis.sh buildhpm $CONFIGURE_FLAGS; fi
- ./tools/ci/travis.sh build $CONFIGURE_FLAGS
- ./tools/ci/travis.sh test ragnarok travis travis
@@ -31,6 +29,18 @@ matrix:
exclude:
- env: ignore=this
include:
+ - compiler: gcc
+ env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug CC=gcc-6 --disable-manager --enable-Werror --enable-buildbot" HPM="1"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-6
+ - doxygen
+ - libxml-simple-perl
+ - libxml-sax-perl
+ - libxml-parser-perl
- compiler: clang
env: CONFIGURE_FLAGS="--enable-debug --enable-Werror --enable-buildbot"
- compiler: clang
@@ -41,12 +51,36 @@ matrix:
env: CONFIGURE_FLAGS="--enable-debug --disable-renewal --enable-Werror --enable-buildbot"
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --enable-Werror --enable-buildbot"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-5
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --disable-renewal --enable-Werror --enable-buildbot"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-5
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --enable-Werror --enable-buildbot"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-6
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --disable-renewal --enable-Werror --enable-buildbot"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-6
notifications:
email: false