Navigation Menu

Skip to content

Commit

Permalink
add configuration file for Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Markgraf <steve@steve-m.de>
  • Loading branch information
steve-m committed Feb 5, 2014
1 parent 50743b1 commit 7fc97c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: c
compiler:
- gcc
- clang

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libusb-1.0-0-dev

script: cmake . && make && sudo make install

0 comments on commit 7fc97c4

Please sign in to comment.