ci: replace references to SDL2 with SDL3

This commit is contained in:
Anonymous Maarten
2022-11-22 06:36:19 +01:00
parent 1b9c4c5ca1
commit ea21628045
10 changed files with 51 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ jobs:
# ctest -VV --test-dir build/
- name: Install
run: |
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
echo "SDL3_DIR=$(pwd)/prefix" >> $GITHUB_ENV
cmake --install build/
- name: Verify CMake configuration files
run: |
@@ -41,5 +41,5 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DSDL_VENDOR_INFO="Github Workflow" \
-DTEST_SHARED=FALSE \
-DCMAKE_PREFIX_PATH=${{ env.SDL2_DIR }}
-DCMAKE_PREFIX_PATH=${{ env.SDL3_DIR }}
cmake --build cmake_config_build --verbose