We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101c77f commit d5a2ed2Copy full SHA for d5a2ed2
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
@@ -209,7 +209,7 @@ jobs:
209
run: |
210
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-server-test
211
212
- verify-install-cmake:
+ cmake:
213
214
215
@@ -368,7 +368,7 @@ jobs:
368
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
369
ls ${{ github.workspace }}/prefixenv/lib/cmake
370
371
- verify-sln:
+ msbuild:
372
373
374
0 commit comments