Skip to content

Added CI

Added CI #1

Workflow file for this run

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/