diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 09:26:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 09:43:21 +0300 |
commit | e27925779b447955cfe93792a854da0d5ae28327 (patch) | |
tree | d73a53224f7a70df0227da619b1140fba5218a32 /.github/workflows | |
parent | x64 as default platform, not auto (diff) | |
download | build-boost-e27925779b447955cfe93792a854da0d5ae28327.tar.gz build-boost-e27925779b447955cfe93792a854da0d5ae28327.zip |
add parameters static & static-runtime
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2799e87..43d9c92 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,7 @@ jobs: version: '${{ matrix.version }}' toolset: '${{ matrix.toolset }}' configuration: Release + static: 1 libraries: filesystem program_options system - name: Check Boost @@ -80,6 +81,7 @@ jobs: toolset: '${{ matrix.toolset }}' librarydir: '${{ steps.build.outputs.librarydir }}' libraries: filesystem program_options system + static: 1 different_configurations: strategy: |