Created
February 11, 2014 16:28
-
-
Save roman-neuhauser/8938306 to your computer and use it in GitHub Desktop.
tentative travis-ci config for logdemux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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