github actions - build shared libs
This commit is contained in:
parent
a8d1797bcf
commit
e3b0044f8e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -93,9 +93,9 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cmake \
|
cmake \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=${{ matrix.static-build || 'ON' }} \
|
-DBUILD_SHARED_LIBS:BOOL='ON' \
|
||||||
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
|
-DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \
|
||||||
-DUSE_MEMORY_MAPPED_FILE:BOOL=${{ matrix.memory-mapped || 'ON' }} \
|
-DUSE_MEMORY_MAPPED_FILE:BOOL='ON' \
|
||||||
-LA \
|
-LA \
|
||||||
--preset ${{ env.PRESET }}
|
--preset ${{ env.PRESET }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue