CI: Strip binaries and libraries during the installation step

This saves ~400MB of disk space.
This commit is contained in:
Timothy Flynn 2024-03-01 11:16:06 -05:00 committed by Andreas Kling
parent 0b7e4b335a
commit ba67a0645e
Notes: sideshowbarker 2024-07-17 18:46:57 +09:00

View File

@ -140,7 +140,7 @@ jobs:
- script: |
set -e
cmake --build .
cmake --install . --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install
cmake --install . --strip --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install
displayName: 'Build'
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
env: