mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-13 23:14:05 +02:00
Don't commit the libretro test merge.
git requires a name and email to be configured before it can commit a change. We're not going to push the merge result anywhere, so we don't strictly speaking need it to commit.
This commit is contained in:
@@ -41,7 +41,7 @@ windows-x86_64-binaries:
|
|||||||
libretro-test:
|
libretro-test:
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get -y install build-essential git
|
- apt-get update && apt-get -y install build-essential git
|
||||||
- git merge origin/libretro
|
- git merge --no-commit origin/libretro
|
||||||
- make -C higan compiler=g++ binary=library target=libretro
|
- make -C higan compiler=g++ binary=library target=libretro
|
||||||
- mkdir libretro-nightly
|
- mkdir libretro-nightly
|
||||||
- cp -a higan/out/higan/out/higan_sfc_libretro.so higan-nightly/
|
- cp -a higan/out/higan/out/higan_sfc_libretro.so higan-nightly/
|
||||||
|
Reference in New Issue
Block a user