diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-24 18:37:34 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-24 18:37:34 +0000 |
commit | ff71e2680fc1c6e154292705cfbc7d7e10c60add (patch) | |
tree | 42af5d17f7c7cd2a75cf249a217f6184e41809c2 /.travis.yml | |
parent | 155ff3b99a0e7d8b4d59471934b0c1e0c1f1490a (diff) |
- .travis.yml: build 8.1.x with --enable-halfops
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4059 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ce9906a..0623062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,12 @@ addons: name: "ircd-hybrid/ircd-hybrid" description: "A lightweight, high-performance internet relay chat daemon." notification_email: bugs@ircd-hybrid.org - build_command_prepend: ./configure + build_command_prepend: ./configure --enable-halfops build_command: make branch_pattern: coverity_scan script: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl; else ./configure; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-halfops; else ./configure --enable-halfops; fi - make - sudo make install |