mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
First attempt of MinGW cross build.
This commit is contained in:
parent
4f317d70c8
commit
0f6564cb4e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user