mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +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: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
cmake --build .
|
cmake --build .
|
||||||
cmake --install . --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install
|
cmake --install . --strip --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue