summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorScott J. Goldman <scottjgo@gmail.com>2012-05-26 18:23:54 -0700
committerScott J. Goldman <scottjgo@gmail.com>2012-05-26 18:48:49 -0700
commit64ab0ba7fb39d276114744bb700b48c8c0cd8916 (patch)
tree7abae537eb500c47b1de21fbbf21553f4d33554f /.travis.yml
parent2eb1844990609fdf1c7d4c66e4f5a1dd397cd816 (diff)
downloadlibgit2-64ab0ba7fb39d276114744bb700b48c8c0cd8916.tar.gz
Enable mingw cross-compile stage in travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 11c85bbc4..2713651a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ language: erlang
env:
- OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release"
- OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON"
+ - CC=i586-mingw32msvc-gcc OPTIONS="-DBUILD_CLAR=OFF -DWIN32=ON -DMINGW=ON"
# Make sure CMake is installed
install: