ci: add loongarch64 workflow

This commit is contained in:
Anonymous Maarten
2023-03-30 03:16:09 +02:00
parent c07e966690
commit 94bca5a2a3
2 changed files with 67 additions and 1 deletions

View File

@@ -45,7 +45,8 @@ jobs:
- name: Verify CMake configuration files
run: |
cmake -S cmake/test -B cmake_config_build -G Ninja \
-DTEST_SHARED=FALSE \
-DTEST_SHARED=TRUE \
-DTEST_STATIC=TRUE \
-DCMAKE_PREFIX_PATH=${{ env.SDL3_DIR }} \
-DCMAKE_BUILD_TYPE=Release
cmake --build cmake_config_build --verbose