Skip to content

Commit

Permalink
travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan-B committed May 28, 2013
1 parent 5a3b094 commit 9df3336
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: c

before_install:
- git submodule update --init --recursive

install:
- sudo apt-get install mono-devel mono-gmcs nunit-console

script:
- xbuild ./AR.Drone.sln.sln
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## AR.Drone
## AR.Drone [![Build Status](https://travis-ci.org/Ruslan-B/AR.Drone.png)](https://travis-ci.org/Ruslan-B/AR.Drone)

The AR.Drone 2.0 controlling library for C#/.NET and Mono, with video support.
Built over original AR.Drone SDK 2.0.1 - using lastest drone firmware.
Expand Down

0 comments on commit 9df3336

Please sign in to comment.