Enable mingw cross-compile stage in travis-ci

This commit is contained in:
Scott J. Goldman 2012-05-26 18:23:54 -07:00
parent 2eb1844990
commit 64ab0ba7fb

View File

@ -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: