mirror of https://github.com/bsnes-emu/bsnes.git
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:
parent
7a4bfca106
commit
3507c522f4
|
@ -41,7 +41,7 @@ windows-x86_64-binaries:
|
|||
libretro-test:
|
||||
script:
|
||||
- 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
|
||||
- mkdir libretro-nightly
|
||||
- cp -a higan/out/higan/out/higan_sfc_libretro.so higan-nightly/
|
||||
|
|
Loading…
Reference in New Issue