Skip to content

Instantly share code, notes, and snippets.

@roman-neuhauser
Created February 11, 2014 16:28
Show Gist options
  • Save roman-neuhauser/8938306 to your computer and use it in GitHub Desktop.
Save roman-neuhauser/8938306 to your computer and use it in GitHub Desktop.
tentative travis-ci config for logdemux
language:
- cpp
compiler:
- gcc
- clang
before_install:
- git submodule update --init
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev
- sudo apt-get install -qq iniphile
script:
- make check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment