releases: don't add static library to MinGW binary release
This commit is contained in:
committed by
Anonymous Maarten
parent
45dfdfbb7b
commit
817fa9a975
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -473,7 +473,7 @@ jobs:
|
|||||||
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
|
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
|
||||||
-DCMAKE_BUILD_TYPE="Release" \
|
-DCMAKE_BUILD_TYPE="Release" \
|
||||||
-DTEST_FULL=TRUE \
|
-DTEST_FULL=TRUE \
|
||||||
-DTEST_STATIC=TRUE \
|
-DTEST_STATIC=FALSE \
|
||||||
-DTEST_TEST=TRUE \
|
-DTEST_TEST=TRUE \
|
||||||
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" \
|
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" \
|
||||||
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-i686.cmake" \
|
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-i686.cmake" \
|
||||||
@@ -486,7 +486,7 @@ jobs:
|
|||||||
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
|
cmake -S "${{ steps.src.outputs.path }}/cmake/test" \
|
||||||
-DCMAKE_BUILD_TYPE="Release" \
|
-DCMAKE_BUILD_TYPE="Release" \
|
||||||
-DTEST_FULL=TRUE \
|
-DTEST_FULL=TRUE \
|
||||||
-DTEST_STATIC=TRUE \
|
-DTEST_STATIC=false \
|
||||||
-DTEST_TEST=TRUE \
|
-DTEST_TEST=TRUE \
|
||||||
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" \
|
-DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" \
|
||||||
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-x86_64.cmake" \
|
-DCMAKE_TOOLCHAIN_FILE="${{ steps.src.outputs.path }}/build-scripts/cmake-toolchain-mingw64-x86_64.cmake" \
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"archs": ["x86", "x64"],
|
"archs": ["x86", "x64"],
|
||||||
"args": [
|
"args": [
|
||||||
"-DSDL_SHARED=ON",
|
"-DSDL_SHARED=ON",
|
||||||
"-DSDL_STATIC=ON",
|
"-DSDL_STATIC=OFF",
|
||||||
"-DSDL_DISABLE_INSTALL_DOCS=ON",
|
"-DSDL_DISABLE_INSTALL_DOCS=ON",
|
||||||
"-DSDL_TEST_LIBRARY=ON",
|
"-DSDL_TEST_LIBRARY=ON",
|
||||||
"-DSDL_VENDOR_INFO=libsdl.org",
|
"-DSDL_VENDOR_INFO=libsdl.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user