ponymap/.travis.yml

34 lines
905 B
YAML
Raw Normal View History

2015-02-08 05:44:02 +01:00
language: c
notifications:
irc:
channels: "anathema.irc.so#anathema"
2015-02-08 05:44:02 +01:00
use_notice: true
skip_join: true
2015-02-14 08:15:27 +01:00
env:
global:
- secure: "HwvulqH0sB/PJVWzv/N3C8SjbeoW0QDWY2WmdVOxj2pzLJY/KtyWCktHRmXxGLcua99dA3wuwWpo5zMj+exw5pqnhgatnpinMR0DZ1+1hrEqPTbRwm+iy+QLsk1kUzksbijewmCYOggXoWu6ltvU9aEFjsSInuWap0MlFbBidGE="
addons:
coverity_scan:
project:
name: "pjanouch/ponymap"
description: "Experimental network scanner"
notification_email: p.janouch@gmail.com
build_command_prepend: "cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_LUA=OFF"
build_command: "make"
branch_pattern: coverity_scan
2015-02-08 05:44:02 +01:00
compiler:
- clang
- gcc
before_install:
2015-02-08 16:55:28 +01:00
- sudo add-apt-repository ppa:ukplc-team/ppa -y
2015-02-08 05:44:02 +01:00
- sudo apt-get update -qq
install:
2015-02-08 05:46:15 +01:00
- sudo apt-get install -y help2man libjansson-dev libncursesw5-dev
2015-02-08 05:44:02 +01:00
before_script:
- mkdir build
- cd build
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
2015-02-08 05:44:02 +01:00
- make
- cpack -G DEB