Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2012-07-22 21:42:47 +0400
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-07-23 23:52:28 +0400
commit8d711074ac2d1ee6a6c5f9f1e974f932cb95b42b (patch)
treecd3e8e4292b006e39efd7386795dc669857aec26 /.travis.yml
parent279b45b05b05e0dfc496701c4d22e5ea601d0ebf (diff)
travis: build with both gcc and clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c9d99d6f7..caead67b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,10 @@ language: erlang
# Settings to try
env:
- - OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release"
- - OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON"
+ - CC=gcc OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release"
+ - CC=clang OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release"
+ - CC=gcc OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON"
+ - CC=clang OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON"
- CC=i586-mingw32msvc-gcc OPTIONS="-DBUILD_CLAR=OFF -DWIN32=ON -DMINGW=ON"
# Make sure CMake is installed