Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Beyley Thomas <[email protected]>
  • Loading branch information
Beyley authored Feb 7, 2024
1 parent 1b09140 commit 5a3b86b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build PKG

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: macos-14

steps:
- uses: actions/checkout@v3
- name: Run the build
run: docker run -v `pwd`:/RefresherPS3 zeldin/ps3dev-docker /RefresherPS3/docker-build-internal.sh

0 comments on commit 5a3b86b

Please sign in to comment.