Merge pull request #315 from xantares/travis

Add travis config file
This commit is contained in:
Romuald Conty 2016-03-19 12:44:59 +01:00
commit bc8bb8de89

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: cpp
addons:
apt:
packages:
- libusb-dev
- doxygen
- cmake
- libcutter-dev
script:
- autoreconf -vfi
- ./configure --prefix=$HOME/.local/
- make -j2
- make install
- cmake -DCMAKE_INSTALL_PREFIX=~/.local .
- make install -j2