mirror of https://github.com/SeanOMik/znc-push.git
Add initial travis CI build config
This commit is contained in:
parent
fa10bad8c9
commit
a7353cfad8
|
@ -0,0 +1,13 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_install:
|
||||
- "sudo add-apt-repository ppa:teward/znc -y"
|
||||
- "sudo apt-get -qq update"
|
||||
- "sudo apt-get install -y znc znc-dev"
|
||||
script:
|
||||
- "make install"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- compiler: "clang"
|
Loading…
Reference in New Issue