1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

GHA CI: revert "[CI Ubuntu] Strip installed components"

For tester convenience, the binaries should ship with debug symbols.
This reverts commit b8aa9e56092b54909b47d96ec4e9696261ccb892.
This commit is contained in:
Chocobo1 2023-02-16 16:20:05 +08:00
parent d2c4b69f47
commit 6e25db444e

View File

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