We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed190f7 commit c6e698eCopy full SHA for c6e698e
.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
@@ -202,7 +202,7 @@ jobs:
202
run: |
203
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-node-test
204
205
- verify-install-cmake:
+ cmake:
206
207
208
@@ -355,7 +355,7 @@ jobs:
355
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
356
ls ${{ github.workspace }}/prefixenv/lib/cmake
357
358
- verify-sln:
+ msbuild:
359
360
361
0 commit comments