1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

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

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: