[CI Ubuntu] Strip installed components

This commit is contained in:
sledgehammer999 2022-12-10 16:53:42 +02:00
parent 40d94fd8e9
commit 2517e688d9
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -78,7 +78,7 @@ jobs:
cmake --build build --target qbt_update_translations
cmake --build build
cmake --build build --target check
DESTDIR="qbittorrent" cmake --install build
DESTDIR="qbittorrent" cmake --install build --strip
- name: Build qBittorrent (Qt6)
if: ${{ startsWith(matrix.qt_version, 6) }}
@ -97,7 +97,7 @@ jobs:
cmake --build build --target qbt_update_translations
cmake --build build
cmake --build build --target check
DESTDIR="qbittorrent" cmake --install build
DESTDIR="qbittorrent" cmake --install build --strip
- name: Prepare build artifacts
run: |