mirror of
https://github.com/explit7/Psion-ROM.git
synced 2026-01-31 12:13:32 +00:00
Generate a zip file and build using CI
This commit is contained in:
28
.github/workflows/build.yaml
vendored
Normal file
28
.github/workflows/build.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
macos-build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Package the ROMs
|
||||
run: scripts/build.sh
|
||||
|
||||
- name: Archive the binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: build/mame-roms.zip
|
||||
if-no-files-found: error
|
||||
Reference in New Issue
Block a user