Skip to content

Commit f989a8a

Browse files
authored
Merge pull request #1453 from hunterk/master
Create core_info_package.yml
2 parents 1b3b499 + eb70123 commit f989a8a

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

recipes/apple/cores-osx-x64-generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC
5151
higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master NO GENERIC GNUmakefile nSide compiler=clang++ target=libretro binary=library
5252
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5353
lutro 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
5555
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
5656
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . PTR64=1
5757
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .

recipes/linux/cores-linux-x64-generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
6060
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
6161
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
6262
lutro 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
6464
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
6565
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
6666
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .

recipes/linux/cores-linux-x86-generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master Y
5252
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5353
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
5454
lutro 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 .
5656
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
5757
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
5858
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .

recipes/windows/cores-windows-x64_seh-generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
5757
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
5858
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
5959
lutro 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
6161
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
6262
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1
6363
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1

0 commit comments

Comments
 (0)