git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / .github / workflows / vita.yml
diff --git a/deps/libchdr/.github/workflows/vita.yml b/deps/libchdr/.github/workflows/vita.yml
new file mode 100644 (file)
index 0000000..a240ded
--- /dev/null
@@ -0,0 +1,17 @@
+name: PlayStation Vita
+
+on: [push, pull_request]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    container: vitasdk/vitasdk:latest
+
+    steps:
+      - uses: actions/checkout@v4
+
+      - name: Configure CMake
+        run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake
+
+      - name: Build
+        run: cmake --build ${{github.workspace}}/build --config Release
\ No newline at end of file