Skip to content

Commit b1d513a

Browse files
committed
Regenerate with prefix changes.
1 parent a54db39 commit b1d513a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: ${{ matrix.coverage == 'cov' }}
166166
run: |
167167
lcov --directory . --capture --output-file coverage.info
168-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
168+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
169169
lcov --list coverage.info
170170
171171
- name: Coveralls.io Upload
@@ -200,7 +200,7 @@ jobs:
200200
- name: Failure list libdir
201201
if: ${{ failure() }}
202202
run: |
203-
ls -la ${{ github.workspace }}/prefixenv/lib
203+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
204204
205205
- name: Failure display boost bootstrap.log [--build-boost]
206206
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -220,8 +220,8 @@ jobs:
220220
- name: Failure display pkgconfig
221221
if: ${{ failure() }}
222222
run: |
223-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
224-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
223+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
224+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
225225
226226
cmake:
227227

@@ -380,7 +380,7 @@ jobs:
380380
if: ${{ matrix.coverage == 'cov' }}
381381
run: |
382382
lcov --directory . --capture --output-file coverage.info
383-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
383+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
384384
lcov --list coverage.info
385385
386386
- name: Coveralls.io Upload
@@ -415,7 +415,7 @@ jobs:
415415
- name: Failure list libdir
416416
if: ${{ failure() }}
417417
run: |
418-
ls -la ${{ github.workspace }}/prefixenv/lib
418+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
419419
420420
- name: Failure display boost bootstrap.log [--build-boost]
421421
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -435,13 +435,13 @@ jobs:
435435
- name: Failure display pkgconfig
436436
if: ${{ failure() }}
437437
run: |
438-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
439-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
438+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
439+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
440440
441441
- name: Failure display cmake specific libraries
442442
if: ${{ failure() }}
443443
run: |
444-
ls ${{ github.workspace }}/prefixenv/lib/cmake
444+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/cmake
445445
446446
- name: Failure display cmake LastTest.log
447447
if: ${{ failure() }}
@@ -567,7 +567,7 @@ jobs:
567567
if: ${{ matrix.coverage == 'cov' }}
568568
run: |
569569
lcov --directory . --capture --output-file coverage.info
570-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
570+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
571571
lcov --list coverage.info
572572
573573
- name: Coveralls.io Upload
@@ -602,7 +602,7 @@ jobs:
602602
- name: Failure list libdir
603603
if: ${{ failure() }}
604604
run: |
605-
ls -la ${{ github.workspace }}/prefixenv/lib
605+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
606606
607607
- name: Failure display boost bootstrap.log [--build-boost]
608608
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -622,13 +622,13 @@ jobs:
622622
- name: Failure display pkgconfig
623623
if: ${{ failure() }}
624624
run: |
625-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
626-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
625+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
626+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
627627
628628
- name: Failure display cmake specific libraries
629629
if: ${{ failure() }}
630630
run: |
631-
ls ${{ github.workspace }}/prefixenv/lib/cmake
631+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/cmake
632632
633633
- name: Failure display cmake LastTest.log
634634
if: ${{ failure() }}

0 commit comments

Comments
 (0)