We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7871d6 commit 63b1e5bCopy full SHA for 63b1e5b
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ name: Continuous Integration Build
10
on: [ pull_request, push, workflow_dispatch ]
11
12
jobs:
13
- verify-installsh:
+ autotools:
14
15
strategy:
16
fail-fast: false
@@ -195,7 +195,7 @@ jobs:
195
run: |
196
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-database-test
197
198
- verify-install-cmake:
+ cmake:
199
200
201
@@ -342,7 +342,7 @@ jobs:
342
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
343
ls ${{ github.workspace }}/prefixenv/lib/cmake
344
345
- verify-sln:
+ msbuild:
346
347
348
0 commit comments