mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +00:00
windows cross-compile
This commit is contained in:
parent
a8183d7959
commit
53cf867725
@ -37,9 +37,10 @@ matrix:
|
||||
- tar xzf SDL2.tar.gz
|
||||
- cd SDL2-* && sudo make cross CROSS_PATH=/usr ARCHITECTURES=x86_64-w64-mingw32 && cd -
|
||||
script:
|
||||
- cd src && make -f Makefile.wingw
|
||||
- cd src && make -f Makefile.mingw
|
||||
- mkdir epple2 && cp ../epple2.exe /usr/x86_64-w64-mingw32/bin/SDL2.dll ./epple2
|
||||
- zip -j $NAME-windows epple2
|
||||
- zip -r $NAME-windows epple2
|
||||
- unzip -l $NAME-windows
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
Loading…
Reference in New Issue
Block a user