Skip to content

Commit

Permalink
ci: clean up CMake arguments of -verify steps
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Dec 6, 2024
1 parent dbda6d8 commit 5b148e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
cmake \
-S ${{ steps.tar.outputs.path }} \
-B /tmp/build \
-DSDL3IMAGE_SAMPLES=ON \
-DSDL3IMAGE_TESTS=ON \
-DSDLIMAGE_SAMPLES=ON \
-DSDLIMAGE_TESTS=ON \
-DCMAKE_PREFIX_PATH="${{ steps.deps-build.outputs.path }}"
cmake --build /tmp/build --verbose
# ctest --test-dir /tmp/build --no-tests=error --output-on-failure
Expand Down Expand Up @@ -251,7 +251,6 @@ jobs:
run: |
set -e
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
-DTEST_SHARED=TRUE \
-DTEST_SHARED=TRUE \
-DTEST_STATIC=FALSE \
-DCMAKE_PREFIX_PATH="${{ steps.mount.outputs.mount-point }};${{ steps.deps-mount.outputs.path }}" \
Expand Down Expand Up @@ -727,7 +726,6 @@ jobs:
-DCMAKE_PREFIX_PATH="/tmp/deps-android" \
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake \
-DANDROID_ABI=${android_abi} \
-Werror=dev \
-DCMAKE_BUILD_TYPE=Release \
-B "${android_abi}"
echo "Building ${android_abi}..."
Expand Down

0 comments on commit 5b148e2

Please sign in to comment.