mirror of https://github.com/bsnes-emu/bsnes.git
Fix git merge command
This commit is contained in:
parent
0db886f91d
commit
7a4bfca106
|
@ -41,7 +41,7 @@ windows-x86_64-binaries:
|
|||
libretro-test:
|
||||
script:
|
||||
- apt-get update && apt-get -y install build-essential git
|
||||
- git merge libretro
|
||||
- git merge 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