Skip to content

Commit

Permalink
Update gearsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jan 18, 2024
1 parent 7fafbe2 commit 67f1221
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gearsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: make
run: make
working-directory: platforms/linux
- name: Archive binary
uses: actions/upload-artifact@v4
with:
name: Linux (Ubuntu) binary
path: platforms/linux/gearsystem
libretro:
name: Libretro (Ubuntu)
runs-on: ubuntu-latest
Expand All @@ -33,6 +38,11 @@ jobs:
- name: make
run: make
working-directory: platforms/libretro
- name: Archive binary
uses: actions/upload-artifact@v4
with:
name: Libretro (Linux) core
path: platforms/libretro/gearsystem_libretro.so
macos:
name: macOS
runs-on: macOS-latest
Expand Down Expand Up @@ -90,3 +100,8 @@ jobs:
run: |
cd platforms/bsd
gmake
- name: Archive binary
uses: actions/upload-artifact@v4
with:
name: BSD (FreeBSD) binary
path: platforms/bsd/gearsystem

0 comments on commit 67f1221

Please sign in to comment.