json-rpc-shell/.travis.yml
Přemysl Janouch 8a3241d5c4 Initial commit
Not even the demo is able to compile yet.

I'm just tracking my progress.
2015-03-02 19:14:37 +01:00

22 lines
410 B
YAML

language: c
notifications:
irc:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
compiler:
- clang
- gcc
before_install:
- sudo add-apt-repository ppa:ukplc-team/ppa -y
- sudo apt-get update -qq
install:
- sudo apt-get install -y help2man libjansson-dev libev-dev
before_script:
- mkdir build
- cd build
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
- make
- cpack -G DEB