Skip to content

Commit

Permalink
Added CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Oct 29, 2024
1 parent 0041fc5 commit 32b9c9f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build

on:
push:

jobs:
PSP:
runs-on: ubuntu-latest
container: pspdev/pspdev:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
psp-cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
- name: Publish artifacts
uses: actions/upload-artifact@v4
with:
name: libpspme
path: |
build/bin/
build/lib/

0 comments on commit 32b9c9f

Please sign in to comment.