ponymap/.travis.yml

22 lines
432 B
YAML
Raw Normal View History

2015-02-08 05:44:02 +01:00
language: c
notifications:
irc:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
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 -DWITH_LUA=OFF
- make
- cpack -G DEB