Add travis config file

This commit is contained in:
xantares 2015-09-01 09:33:06 +02:00
parent 555f9ce4cf
commit e7feb6587d

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