|
|
|
@ -78,7 +78,7 @@ jobs:
@@ -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:
@@ -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: | |
|
|
|
|