Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
master travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
errzey committed Apr 21, 2016
1 parent c84f68d commit 2c6bb88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c
compiler:
- gcc
- clang

sudo: required
iinstall:
- sudo apt-get update -qq
- sudo apt-get install libevent-dev
script:
- cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .

notifications:
- irc "irc.oftc.net#libevhtp"

0 comments on commit 2c6bb88

Please sign in to comment.