File tree Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Expand file tree Collapse file tree 5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1+ name : libretro Core Info Package
2+
3+ on :
4+ # Trigger the workflow on push, but only for the master branch
5+ push :
6+ branches :
7+ - master
8+ watch : # this is a hack that lets repo owners trigger a build by starring
9+ types : [started]
10+ if : github.actor == github.event.repository.owner.login
11+
12+ jobs :
13+ Assets :
14+ name : Bundle Core Info Files
15+ runs-on : ubuntu-latest
16+
17+ steps :
18+ - uses : actions/checkout@v2
19+ - run : cd dist/info && 7z a -mx=9 info.7z *
20+ - name : Upload core info bundle
21+ uses : svenstaro/upload-release-action@v2
22+ with :
23+ repo_token : ${{ secrets.GITHUB_TOKEN }}
24+ file : dist/info/info.7z
25+ tag : Latest
26+ asset_name : info.7z
27+ overwrite : true
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC
5151higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master NO GENERIC GNUmakefile nSide compiler=clang++ target=libretro binary=library
5252kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5353lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
54- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro .
54+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro . download_github_macos
5555mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
5656mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . PTR64=1
5757mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
6060kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
6161neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
6262lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
63- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
63+ mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1 download_github_linux_x64
6464mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
6565mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
6666mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master Y
5252kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5353neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
5454lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
55- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro .
55+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro .
5656mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
5757mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
5858mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
5757kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5858neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
5959lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
60- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
60+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro . download_github_windows_x64
6161mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
6262mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1
6363mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1
You can’t perform that action at this time.
0 commit comments