Moved from VS2013 to MinGW(-w64).

This commit is contained in:
Oliver Schmidt
2014-03-06 22:32:24 +01:00
parent 3f0af9b241
commit 30125afcc1
5 changed files with 110 additions and 102 deletions

View File

@@ -4,7 +4,7 @@ install:
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
script:
- make all doc
- make -C src clean all CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar PROGEXT=.exe
- make -C src clean all CROSS_COMPILE=i686-w64-mingw32-
after_success:
- make -C doc gh-pages
env: