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:
authorScott J. Goldman <scottjgo@gmail.com>2012-05-27 05:23:54 +0400
committerScott J. Goldman <scottjgo@gmail.com>2012-05-27 05:48:49 +0400
commit64ab0ba7fb39d276114744bb700b48c8c0cd8916 (patch)
tree7abae537eb500c47b1de21fbbf21553f4d33554f /.travis.yml
parent2eb1844990609fdf1c7d4c66e4f5a1dd397cd816 (diff)
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: