bsnes binaries do not need the systems directory.

This commit is contained in:
Tim Allen 2018-06-02 14:43:40 +10:00
parent 52d0cd8dfb
commit 3aa90590ca

View File

@ -26,7 +26,6 @@ bsnes-linux-x86_64-binaries:
- make -C higan target=bsnes profile=fast
- mkdir bsnes-nightly
- cp -a higan/out/bsnes bsnes-nightly/bsnes
- cp -a higan/systems/ bsnes-nightly/
- cp -a shaders bsnes-nightly/
- cp -a GPLv3.txt bsnes-nightly/
artifacts:
@ -61,7 +60,6 @@ bsnes-windows-x86_64-binaries:
- make -C higan target=bsnes profile=fast platform=windows compiler="x86_64-w64-mingw32-g++" windres="x86_64-w64-mingw32-windres"
- mkdir bsnes-nightly
- cp -a higan/out/bsnes bsnes-nightly/bsnes.exe
- cp -a higan/systems/ bsnes-nightly/
- cp -a shaders bsnes-nightly/
- cp -a GPLv3.txt bsnes-nightly/
artifacts: