blob: 3a27ac31c0ebdc777ef63e98f0d0af63c1ca6790 [file] [log] [blame]
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