Commit 4667f413 authored by Dreamer's avatar Dreamer Committed by Andreas Schuh

Enable Travis CI for Linux and OSX builds (#160)

parent a5a1b287
os:
- linux
- osx
# Ubuntu 14.04 Trusty support, to get newer cmake and compilers.
sudo: required
dist: trusty
language: cpp
script:
- mkdir out && cd out && cmake -DGFLAGS_BUILD_TESTING=True .. && make && ctest
compiler:
- clang
- gcc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment