2015-02-08 05:53:55 +01:00
|
|
|
language: c
|
|
|
|
notifications:
|
|
|
|
irc:
|
2015-04-10 03:15:28 +02:00
|
|
|
channels: "anathema.irc.so#anathema"
|
2015-02-08 05:53:55 +01:00
|
|
|
use_notice: true
|
|
|
|
skip_join: true
|
2015-02-14 06:24:47 +01:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- secure: "NB5gz8zMejijB1I4agUjAzYnc4lmxTk6ZGy6tc20zPhyCYXtnHFNvS0TYbpD6k1lF8mvDs0V9U+XPEFOxZf+4UOwZJfNsz/AuDAvP48cfeidNvFcZzOQ6rG60MJJ4oyy1KuemKTzZYI5r46+KBjrCa6Ne9HeAKFd4ze2f4H1nyU="
|
|
|
|
addons:
|
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "pjanouch/ZyklonB"
|
|
|
|
description: "Experimental IRC bot & daemon"
|
|
|
|
notification_email: p.janouch@gmail.com
|
|
|
|
build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release"
|
|
|
|
build_command: "make"
|
|
|
|
branch_pattern: coverity_scan
|
2015-02-08 05:53:55 +01:00
|
|
|
compiler:
|
|
|
|
- clang
|
|
|
|
- gcc
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
2015-02-12 02:27:12 +01:00
|
|
|
install:
|
|
|
|
- sudo apt-get install -y help2man
|
|
|
|
before_script:
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2015-02-08 05:53:55 +01:00
|
|
|
script:
|
2015-02-12 02:27:12 +01:00
|
|
|
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
2015-02-08 05:53:55 +01:00
|
|
|
- make
|
2015-02-12 02:27:12 +01:00
|
|
|
- cpack -G DEB
|