From 0ee303789ac8685e997da01c6b7e4351dc4a105e Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 7 Dec 2021 12:17:15 +0800 Subject: [PATCH] GHA CI: include translation file generation in test PR #15814. --- .github/workflows/ci_macos.yaml | 2 ++ .github/workflows/ci_ubuntu.yaml | 2 ++ .github/workflows/ci_windows.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 662509b7b..6a0b4da6b 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -62,6 +62,7 @@ jobs: - name: Build qBittorrent (Qt5) if: ${{ startsWith(matrix.qt_version, 5) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ @@ -75,6 +76,7 @@ jobs: - name: Build qBittorrent (Qt6) if: ${{ startsWith(matrix.qt_version, 6) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index f4be31438..548420736 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -59,6 +59,7 @@ jobs: - name: Build qBittorrent (Qt5) if: ${{ startsWith(matrix.qt_version, 5) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ @@ -73,6 +74,7 @@ jobs: - name: Build qBittorrent (Qt6) if: ${{ startsWith(matrix.qt_version, 6) }} run: | + lupdate -extensions c,cpp,h,hpp,ui ./ cmake \ -B build \ -G "Ninja" \ diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 47dc8bb83..6d4e8a097 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -99,6 +99,7 @@ jobs: - name: Build qBittorrent run: | + lupdate -extensions c,cpp,h,hpp,ui . cmake ` -B build ` -G "Ninja" `