Build tests for PSP in CI

main
Wouter Wijsman 2022-01-03 20:43:40 +01:00 committed by Sam Lantinga
parent fcb638ff90
commit a201c94833
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ jobs:
apk update
apk add cmake gmp mpc1 mpfr4 make
- name: Configure CMake
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake -DSDL_TEST=ON
- name: Build
run: cmake --build build