First attempt of MinGW cross build.

This commit is contained in:
Oliver Schmidt 2014-03-05 13:38:27 +01:00
parent 4f317d70c8
commit 0f6564cb4e
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ language:
- c
install:
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
- which gcc
- which i686-w64-mingw32-gcc
script:
- make all doc
- make clean bin CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar PROGEXT=.exe
after_success:
- make -C doc gh-pages
env: