Skip to content

Commit ff291bf

Browse files
committed
Regenerate with prefix changes.
1 parent a0e934b commit ff291bf

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
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ matrix.coverage == 'cov' }}
159159
run: |
160160
lcov --directory . --capture --output-file coverage.info
161-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
161+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
162162
lcov --list coverage.info
163163
164164
- name: Coveralls.io Upload
@@ -193,7 +193,7 @@ jobs:
193193
- name: Failure list libdir
194194
if: ${{ failure() }}
195195
run: |
196-
ls -la ${{ github.workspace }}/prefixenv/lib
196+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
197197
198198
- name: Failure display boost bootstrap.log [--build-boost]
199199
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -213,8 +213,8 @@ jobs:
213213
- name: Failure display pkgconfig
214214
if: ${{ failure() }}
215215
run: |
216-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
217-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
216+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
217+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
218218
219219
cmake:
220220

@@ -366,7 +366,7 @@ jobs:
366366
if: ${{ matrix.coverage == 'cov' }}
367367
run: |
368368
lcov --directory . --capture --output-file coverage.info
369-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
369+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
370370
lcov --list coverage.info
371371
372372
- name: Coveralls.io Upload
@@ -401,7 +401,7 @@ jobs:
401401
- name: Failure list libdir
402402
if: ${{ failure() }}
403403
run: |
404-
ls -la ${{ github.workspace }}/prefixenv/lib
404+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
405405
406406
- name: Failure display boost bootstrap.log [--build-boost]
407407
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -421,13 +421,13 @@ jobs:
421421
- name: Failure display pkgconfig
422422
if: ${{ failure() }}
423423
run: |
424-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
425-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
424+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
425+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
426426
427427
- name: Failure display cmake specific libraries
428428
if: ${{ failure() }}
429429
run: |
430-
ls ${{ github.workspace }}/prefixenv/lib/cmake
430+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/cmake
431431
432432
- name: Failure display cmake LastTest.log
433433
if: ${{ failure() }}
@@ -549,7 +549,7 @@ jobs:
549549
if: ${{ matrix.coverage == 'cov' }}
550550
run: |
551551
lcov --directory . --capture --output-file coverage.info
552-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}/prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
552+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
553553
lcov --list coverage.info
554554
555555
- name: Coveralls.io Upload
@@ -584,7 +584,7 @@ jobs:
584584
- name: Failure list libdir
585585
if: ${{ failure() }}
586586
run: |
587-
ls -la ${{ github.workspace }}/prefixenv/lib
587+
ls -la ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib
588588
589589
- name: Failure display boost bootstrap.log [--build-boost]
590590
if: ${{ failure() && (matrix.boost == '--build-boost') }}
@@ -604,13 +604,13 @@ jobs:
604604
- name: Failure display pkgconfig
605605
if: ${{ failure() }}
606606
run: |
607-
ls ${{ github.workspace }}/prefixenv/lib/pkgconfig/
608-
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
607+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/
608+
cat ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/pkgconfig/*.pc
609609
610610
- name: Failure display cmake specific libraries
611611
if: ${{ failure() }}
612612
run: |
613-
ls ${{ github.workspace }}/prefixenv/lib/cmake
613+
ls ${{ env.LIBBITCOIN_SRC_PATH }}prefix/lib/cmake
614614
615615
- name: Failure display cmake LastTest.log
616616
if: ${{ failure() }}

0 commit comments

Comments
 (0)