mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-17 00:30:11 +00:00
windows cross-compile
This commit is contained in:
parent
a8183d7959
commit
53cf867725
@ -37,9 +37,10 @@ matrix:
|
|||||||
- tar xzf SDL2.tar.gz
|
- tar xzf SDL2.tar.gz
|
||||||
- cd SDL2-* && sudo make cross CROSS_PATH=/usr ARCHITECTURES=x86_64-w64-mingw32 && cd -
|
- cd SDL2-* && sudo make cross CROSS_PATH=/usr ARCHITECTURES=x86_64-w64-mingw32 && cd -
|
||||||
script:
|
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
|
- 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:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user