Skip to content

Commit

Permalink
Update ci (#4)
Browse files Browse the repository at this point in the history
Update
---------

Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
  • Loading branch information
negativeExponent and negativeExponent authored Sep 13, 2024
1 parent 9067d06 commit c86a86b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux64_px68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
working-directory: px68k-libretro
run: |
make -j8
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_libretro.so
zip -9 ../px68k_libretro.so.zip px68k_libretro.so
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_next_libretro.so
zip -9 ../px68k_next_libretro.so.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Linux_64-bit
file: px68k_libretro.so.zip
file: px68k_next_libretro.so.zip
overwrite: true
4 changes: 2 additions & 2 deletions .github/workflows/linux64_px68k_c68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
working-directory: px68k-libretro
run: |
make -j8 C68K=1
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_libretro.so
zip -9 ../px68k-libretro_c68k_linux-x86_64.zip px68k_libretro.so
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_next_libretro.so
zip -9 ../px68k-libretro_c68k_linux-x86_64.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux64_px68k_musashi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
working-directory: px68k-libretro
run: |
make -j8 MUSASHI=1
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_libretro.so
zip -9 ../px68k-libretro_musashi_linux-x86_64.zip px68k_libretro.so
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_next_libretro.so
zip -9 ../px68k-libretro_musashi_linux-x86_64.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win64_px68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
working-directory: px68k-libretro
run: |
make -f Makefile.libretro CC=/usr/bin/x86_64-w64-mingw32-gcc CXX=/usr/bin/x86_64-w64-mingw32-g++ platform=win -j8
strip -s px68k_libretro.dll
zip -9 ../px68k_libretro.dll.zip px68k_libretro.dll
strip -s px68k_next_libretro.dll
zip -9 ../px68k_next_libretro.dll.zip px68k_next_libretro.dll
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Windows_64-bit
file: px68k_libretro.dll.zip
file: px68k_next_libretro.dll.zip
overwrite: true
6 changes: 3 additions & 3 deletions .github/workflows/win64_px68k_c68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
working-directory: px68k-libretro
run: |
make -f Makefile.libretro CC=/usr/bin/x86_64-w64-mingw32-gcc CXX=/usr/bin/x86_64-w64-mingw32-g++ platform=win -j8 C68K=1
strip -s px68k_libretro.dll
zip -9 ../px68k-libretro_c68k_windows-x86_64.zip px68k_libretro.dll
strip -s px68k_next_libretro.dll
zip -9 ../px68k_next_c68k_libretro.dll.zip px68k_next_libretro.dll
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Windows_64-bit
file: px68k-libretro_c68k_windows-x86_64.zip
file: px68k_next_c68k_libretro.dll.zip
overwrite: true
6 changes: 3 additions & 3 deletions .github/workflows/win64_px68k_musashi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
working-directory: px68k-libretro
run: |
make -f Makefile.libretro CC=/usr/bin/x86_64-w64-mingw32-gcc CXX=/usr/bin/x86_64-w64-mingw32-g++ platform=win -j8 C68K=1
strip -s px68k_libretro.dll
zip -9 ../px68k-libretro_musashi_windows-x86_64.zip px68k_libretro.dll
strip -s px68k_next_libretro.dll
zip -9 ../px68k_next_musashi_libretro.dll.zip px68k_next_libretro.dll
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Windows_64-bit
file: px68k-libretro_musashi_windows-x86_64.zip
file: px68k_next_musashi_libretro.dll.zip
overwrite: true
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# libretro_builds
# Libretro Builds
Automated builds of RetroArch and libretro cores for Windows and Linux 64-bit (and some macOS Intel 64-bit)

| Core Name | Windows | Linux | macOS (Intel) |
| --------- |:-------:|:-----:|:-------------:|
| [FCEUmm](https://github.com/negativeExponent/libretro-fceumm) | [![libretro-fceumm Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_fceumm.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/fceumm_libretro.dll.zip) |[![libretro-fceumm libretro Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_fceumm.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/fceumm_libretro.so.zip) |
| [Mesen (Mesen-X)](https://github.com/NovaSquirrel/Mesen-X) | [![Mesen-X-libretro Windows x86_64 (Msys2)](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_mesen_msys2.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/mesen_libretro.dll.zip) |[![mesen-libretro libretro Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_mesen.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/mesen_libretro.so.zip) |
| [PX68K](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k_libretro.dll.zip) |[![px68k-libretro libretro Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k_libretro.so.zip) |
| [PX68K (C68K)](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro (c68k) Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k_c68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k-libretro_c68k_windows-x86_64.zip) |[![px68k-libretro (c68k) Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k-libretro_c68k_linux-x86_64.zip) |
| [PX68K (MUSASHI)](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro (musashi) Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k_c68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k-libretro_musashi_windows-x86_64.zip) |[![px68k-libretro (musashi) Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k-libretro_musashi_linux-x86_64.zip) |
| [PX68K](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k_next_libretro.dll.zip) |[![px68k-libretro libretro Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k_next_libretro.so.zip) |
| [PX68K (C68K)](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro (c68k) Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k_c68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k_next_c68k_libretro.dll.zip) |[![px68k-libretro (c68k) Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k-libretro_c68k_linux-x86_64.zip) |
| [PX68K (MUSASHI)](https://github.com/negativeExponent/px68k-libretro) | [![px68k-libretro (musashi) Windows x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/win64_px68k_c68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Windows_64-bit/px68k_next_musashi_libretro.dll.zip) |[![px68k-libretro (musashi) Linux x86_64](https://github.com/negativeExponent/libretro_builds/actions/workflows/linux64_px68k.yml/badge.svg)](https://github.com/negativeExponent/libretro_builds/releases/download/Linux_64-bit/px68k-libretro_musashi_linux-x86_64.zip) |

0 comments on commit c86a86b

Please sign in to comment.