Skip to content

Commit

Permalink
Merge pull request #315 from xantares/travis
Browse files Browse the repository at this point in the history
Add travis config file
  • Loading branch information
neomilium committed Mar 19, 2016
2 parents c228396 + e7feb65 commit bc8bb8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc8bb8d

Please sign in to comment.