mirror of https://github.com/bsnes-emu/bsnes.git
Disable Windows builds of genius.
This commit is contained in:
parent
610d42d573
commit
61091167b8
|
@ -32,12 +32,13 @@ windows-x86_64-binaries:
|
|||
script:
|
||||
- apt-get update && apt-get -y install build-essential mingw-w64 mkdocs
|
||||
- sed -i -e 's/-lole32/& -static -lpthread/' nall/GNUmakefile
|
||||
- make -C genius platform=windows compiler="x86_64-w64-mingw32-g++ -static-libgcc -static-libstdc++" windres="x86_64-w64-mingw32-windres"
|
||||
# genius does not currently build on Windows due to lack of a combo edit control in hiro
|
||||
#- make -C genius platform=windows compiler="x86_64-w64-mingw32-g++ -static-libgcc -static-libstdc++" windres="x86_64-w64-mingw32-windres"
|
||||
- make -C icarus platform=windows compiler="x86_64-w64-mingw32-g++ -static-libgcc -static-libstdc++" windres="x86_64-w64-mingw32-windres"
|
||||
- make -C higan platform=windows compiler="x86_64-w64-mingw32-g++ -static-libgcc -static-libstdc++" windres="x86_64-w64-mingw32-windres"
|
||||
- LC_ALL=C.UTF-8 mkdocs build
|
||||
- mkdir higan-nightly
|
||||
- cp -a genius/out/genius higan-nightly/genius.exe
|
||||
#- cp -a genius/out/genius higan-nightly/genius.exe
|
||||
- cp -a icarus/out/icarus higan-nightly/icarus.exe
|
||||
- cp -a icarus/Database higan-nightly/
|
||||
- cp -a icarus/Firmware higan-nightly/
|
||||
|
|
Loading…
Reference in New Issue