File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,18 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 include :
13- - name : Windows
13+ - name : Windows (static)
1414 os : windows-latest
15- - name : Linux
15+ shared : OFF
16+ - name : Windows (shared)
17+ os : windows-latest
18+ shared : ON
19+ - name : Linux (static)
20+ os : ubuntu-latest
21+ shared : OFF
22+ - name : Linux (shared)
1623 os : ubuntu-latest
24+ shared : ON
1725 env :
1826 VCPKG_ROOT : ${{ github.workspace }}/vcpkg
1927 steps :
3038 $VCPKG_ROOT/vcpkg install simdjson
3139 shell : bash
3240 - name : Configure
33- run : cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -B build
41+ run : cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_SHARED_LIBS=${{ matrix.shared }} - B build
3442 - name : Build
3543 run : cmake --build build --verbose
You can’t perform that action at this time.
0 commit comments