Browse Source

GHA CI: include translation file generation in test

PR #15814.
adaptive-webui-19844
Chocobo1 3 years ago committed by GitHub
parent
commit
0ee303789a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_macos.yaml
  2. 2
      .github/workflows/ci_ubuntu.yaml
  3. 1
      .github/workflows/ci_windows.yaml

2
.github/workflows/ci_macos.yaml

@ -62,6 +62,7 @@ jobs: @@ -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: @@ -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" \

2
.github/workflows/ci_ubuntu.yaml

@ -59,6 +59,7 @@ jobs: @@ -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: @@ -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" \

1
.github/workflows/ci_windows.yaml

@ -99,6 +99,7 @@ jobs: @@ -99,6 +99,7 @@ jobs:
- name: Build qBittorrent
run: |
lupdate -extensions c,cpp,h,hpp,ui .
cmake `
-B build `
-G "Ninja" `

Loading…
Cancel
Save