Skip to content

Commit

Permalink
first trial with travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
steffennissen committed Nov 29, 2015
1 parent df4baad commit 06a575a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: cpp

compiler:
- gcc

before_script:
- cmake .
script: make

0 comments on commit 06a575a

Please sign in to comment.