windows cross-compile

This commit is contained in:
Christopher A. Mosher 2019-04-11 18:40:01 -04:00
parent feba596d86
commit 24d1946ba4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ matrix:
script:
- make -f Makefile.mingw
- mkdir $NAME && cp src/$NAME.exe /usr/x86_64-w64-mingw32/bin/SDL2.dll rom/*.a65 $NAME
- cp $NAME.mingw $NAME/$NAME.conf
- cp conf/$NAME.mingw $NAME/$NAME.conf
- zip -r $NAME-windows $NAME
- unzip -l $NAME-windows