mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
First attempt of MinGW cross build.
This commit is contained in:
parent
4f317d70c8
commit
0f6564cb4e
@ -2,10 +2,9 @@ language:
|
|||||||
- c
|
- c
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
|
- 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:
|
script:
|
||||||
- make all doc
|
- make all doc
|
||||||
|
- make clean bin CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar PROGEXT=.exe
|
||||||
after_success:
|
after_success:
|
||||||
- make -C doc gh-pages
|
- make -C doc gh-pages
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user