Skip to content

Commit

Permalink
Added basic Travis CI integration contributed by Igor Okulist.
Browse files Browse the repository at this point in the history
  • Loading branch information
blep committed May 8, 2013
1 parent ce277aa commit 79e90fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
before_install: sudo apt-get install cmake
language: cpp
compiler: gcc
script: cmake . && make

0 comments on commit 79e90fb

Please sign in to comment.