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:
parent
0b7e4b335a
commit
ba67a0645e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue