ci: test ARM neon and simd on ci using vita toolchain

This commit is contained in:
Anonymous Maarten
2023-02-26 20:16:04 +01:00
committed by Anonymous Maarten
parent d27db3defa
commit 65178df717
2 changed files with 2 additions and 15 deletions

View File

@@ -93,6 +93,8 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake \
-DVIDEO_VITA_PIB=${{ !!matrix.platform.pib }} \
-DVIDEO_VITA_PVR=${{ !!matrix.platform.pvr }} \
-DSDL_ARMNEON=ON \
-DSDL_ARMSIMD=ON \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \