X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2F.github%2Fworkflows%2Fswitch.yml;fp=deps%2Flibchdr%2F.github%2Fworkflows%2Fswitch.yml;h=8b39616e9cf8aad309503429e43982e47cf20d87;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=0000000000000000000000000000000000000000;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/.github/workflows/switch.yml b/deps/libchdr/.github/workflows/switch.yml new file mode 100644 index 00000000..8b39616e --- /dev/null +++ b/deps/libchdr/.github/workflows/switch.yml @@ -0,0 +1,17 @@ +name: Nintendo Switch + +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + container: devkitpro/devkita64:latest + + steps: + - uses: actions/checkout@v4 + + - name: Configure CMake + run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/Switch.cmake + + - name: Build + run: cmake --build ${{github.workspace}}/build --config Release \ No newline at end of file