Skip to content

Commit

Permalink
Just build shared
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Sep 13, 2024
1 parent a2ab3ba commit d3bb9fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
build_type:
- "Debug"
- "Release"
build_shared_libs:
- "OFF"
- "ON"
platform:
- "windows-latest"
- "ubuntu-latest"
Expand Down Expand Up @@ -52,7 +49,7 @@ jobs:
- name: CMake
run: |
cmake --preset=default -DVCPKG_TARGET_TRIPLET=${{matrix.vcpkg_triplet}}
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DBUILD_SHARED_LIBS=${{matrix.build_shared_libs}} -DNOTEST=1 -DBUILD_ACQUIRE_DRIVER_ZARR=OFF
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DBUILD_SHARED_LIBS=ON -DNOTEST=1 -DBUILD_ACQUIRE_DRIVER_ZARR=OFF
- name: Build
run: |
Expand Down

0 comments on commit d3bb9fc

Please sign in to comment.