xK/.travis.yml

21 lines
336 B
YAML
Raw Normal View History

2015-02-08 05:53:55 +01:00
language: c
notifications:
irc:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
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