mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
ci/macos: update binaries dump & check
This commit is contained in:
parent
673f15f3ce
commit
3567a59bcb
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -146,9 +146,6 @@ jobs:
|
|||||||
if: contains('failure success', steps.build.conclusion) && !cancelled()
|
if: contains('failure success', steps.build.conclusion) && !cancelled()
|
||||||
run: make buildstats
|
run: make buildstats
|
||||||
|
|
||||||
- name: Dump binaries runtime path & dependencies
|
|
||||||
run: make bindeps
|
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Clean / save caches. {{{
|
# Clean / save caches. {{{
|
||||||
@ -178,6 +175,16 @@ jobs:
|
|||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
# Dump & check binaries. {{{
|
||||||
|
|
||||||
|
- name: Dump binaries runtime path & dependencies
|
||||||
|
run: make bininfo
|
||||||
|
|
||||||
|
- name: Checking binaries for missing dependencies
|
||||||
|
run: make bincheck
|
||||||
|
|
||||||
|
# }}}
|
||||||
|
|
||||||
# Generate / upload artifact. {{{
|
# Generate / upload artifact. {{{
|
||||||
|
|
||||||
- name: Generate artifact
|
- name: Generate artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user