Skip to content

Commit

Permalink
ci: Enable Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cawka committed Apr 10, 2015
1 parent dc68ed6 commit a167885
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
sudo: true
language: cpp
os:
- linux
compiler:
- gcc
addons:
apt:
packages:
- libboost-all-dev
- pkg-config
- libxml2-dev
- liblog4cxx10-dev
before_install:
- sudo apt-get update -qq
install:
- sudo sudo apt-get install -qq liblog4cxx10-dev
script:
- ./waf -j1 configure
- ./waf -j1 build
- sudo ./waf -j1 install

0 comments on commit a167885

Please sign in to comment.