1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

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

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: