We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4018091 commit 49f830aCopy full SHA for 49f830a
1 file changed
.github/workflows/ci.yml
@@ -41,23 +41,23 @@ jobs:
41
options: "--enable-isystem"
42
43
- image: ubuntu-24.04
44
- config: "debug"
45
- link: "static"
+ config: "release"
+ link: "dynamic"
46
cc: "clang-18"
47
cxx: "clang++-18"
48
- flags: "--coverage -fprofile-update=atomic"
49
- coverage: "lcov"
+ flags: ""
+ coverage: ""
50
boost: "--build-boost"
51
secp256k1: "--build-secp256k1"
52
53
54
55
- config: "release"
56
- link: "dynamic"
+ config: "debug"
+ link: "static"
57
cc: "gcc-13"
58
cxx: "g++-13"
59
- flags: ""
60
- coverage: ""
+ flags: "--coverage -fprofile-update=atomic"
+ coverage: "lcov"
61
62
63
0 commit comments