mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +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
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/ba67a0645e Pull-request: https://github.com/SerenityOS/serenity/pull/23418
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
Reference in a new issue