fix: Static linkage (#1551)

Fixes #1507
This commit is contained in:
Alex Kremer
2024-07-23 17:35:39 +01:00
committed by GitHub
parent 648cedcba5
commit 77494245a9
3 changed files with 14 additions and 12 deletions

View File

@@ -52,28 +52,28 @@ jobs:
build_type: Release
conan_profile: gcc
code_coverage: false
static: false
static: true
- os: heavy
container:
image: rippleci/clio_ci:latest
build_type: Debug
conan_profile: gcc
code_coverage: true
static: false
static: true
- os: heavy
container:
image: rippleci/clio_ci:latest
build_type: Release
conan_profile: clang
code_coverage: false
static: false
static: true
- os: heavy
container:
image: rippleci/clio_ci:latest
build_type: Debug
conan_profile: clang
code_coverage: false
static: false
static: true
- os: macos14
build_type: Release
code_coverage: false