X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2F.github%2Fworkflows%2Fvita.yml;fp=deps%2Flibchdr%2F.github%2Fworkflows%2Fvita.yml;h=a240ded0befd97167c6cb7f09f2dd9f61f6b679a;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=0000000000000000000000000000000000000000;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/.github/workflows/vita.yml b/deps/libchdr/.github/workflows/vita.yml new file mode 100644 index 00000000..a240ded0 --- /dev/null +++ b/deps/libchdr/.github/workflows/vita.yml @@ -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