mirror of https://github.com/SeanOMik/znc-push.git
Build with and without libcurl, let gcc build fail
This commit is contained in:
parent
a7353cfad8
commit
5553b812e4
|
@ -5,9 +5,11 @@ compiler:
|
|||
before_install:
|
||||
- "sudo add-apt-repository ppa:teward/znc -y"
|
||||
- "sudo apt-get -qq update"
|
||||
- "sudo apt-get install -y znc znc-dev"
|
||||
- "sudo apt-get install -y znc znc-dev libcurl4-openssl-dev"
|
||||
script:
|
||||
- "make install"
|
||||
- "make clean"
|
||||
- "make curl=yes install"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- compiler: "clang"
|
||||
- compiler: gcc
|
||||
|
|
Loading…
Reference in New Issue