Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 17, 2017
1 parent 11815ca commit ab5b950
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dist: trusty
sudo: false
language: c

compiler:
- gcc

addons:
apt:
sources:
- sourceline: 'ppa:linuxjedi/ppa'
packages:
- build-essential
- libjson-c-dev
- libevent-dev

script:
- cmake .
- make

0 comments on commit ab5b950

Please sign in to comment.