Skip to content

Commit

Permalink
Log binary size after installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-kamnas committed Mar 15, 2024
1 parent b064ed8 commit db7c299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
- name: Invoke cNTLM to ensure it is installed properly
run: cntlm -h
- name: Enforce that the debug symbols have been stripped in the packaged binary
run: file /usr/sbin/cntlm | grep -E ', stripped$'
run: |
du -h /usr/sbin/cntlm
file /usr/sbin/cntlm | grep -E ', stripped$'

0 comments on commit db7c299

Please sign in to comment.