Skip to content

Commit

Permalink
Create a proper circle.yml
Browse files Browse the repository at this point in the history
Create circle.yml file for building droplet
Launch utests.
  • Loading branch information
Vianney Rancurel committed Nov 18, 2015
1 parent da43ee3 commit a49e339
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
dependencies:
pre:
- sudo apt-get install libattr1-dev libjson-c-dev
override:
- ./autogen.sh; make; cd utests; make alltests toyserver
test:
pre:
- sudo apt-get install attr
override:
- cd utests; ./alltests

0 comments on commit a49e339

Please sign in to comment.