mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Enable Travis CI for Linux and OSX builds (#160)
This commit is contained in:
parent
a5a1b28767
commit
4667f41317
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue