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:
Tim Allen 2017-10-08 17:54:49 +11:00
parent 7a4bfca106
commit 3507c522f4
1 changed files with 1 additions and 1 deletions

View File

@ -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/