diff options
author | Christian Beier <dontmind@freeshell.org> | 2016-11-24 18:20:17 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2016-11-24 18:20:17 +0100 |
commit | bbdd4ba7d82ae96b672d3189f73e1a9b516ba2fa (patch) | |
tree | 1fa678d593625a716651a9b2aa4505e9b12a4163 /.travis.yml | |
parent | 78f26fe1ff2af486997d4ed25ecc6a0ebb9d0f6a (diff) | |
download | libtdevnc-bbdd4ba7d82ae96b672d3189f73e1a9b516ba2fa.tar.gz libtdevnc-bbdd4ba7d82ae96b672d3189f73e1a9b516ba2fa.zip |
TravisCI: check on OSX as well, test both gcc and clang.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 13db7db..770d96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,12 @@ language: c +os: + - linux + - osx + +compiler: + - gcc + - clang + # before build script, run autoreconf before_script: autoreconf -fiv
\ No newline at end of file |