Skip to content

Commit

Permalink
Adding Travis-CI Hook
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Apr 1, 2012
1 parent 1285f9a commit 7b80d3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: erlang # Not really ...

install:
- sudo apt-get install cmake

script:
- mkdir _build && cd _build
- cmake .. -DCMAKE_INSTALL_PREFIX=../install
- cmake --build . --target install
- ctest .

0 comments on commit 7b80d3e

Please sign in to comment.