Skip to content

Commit

Permalink
First configuration for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Sep 20, 2016
1 parent 336e2e2 commit 43f91e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: cpp
compiler:
- clang
- gcc
before_script:
- sudo apt-get update -qq
- sudo apt-get install libopenscenegraph-dev
script:
- mkdir build
- cd build
- cmake ..
- make

0 comments on commit 43f91e9

Please sign in to comment.