Add travis config file
This commit is contained in:
parent
555f9ce4cf
commit
e7feb6587d
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
Loading…
Reference in a new issue