Skip to content

Commit

Permalink
Install the German locale on Linux's for i18n testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent c457017 commit e467f50
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
sudo apt-mark hold grub-efi-amd64-signed
sudo apt update
sudo apt upgrade
sudo apt install qtbase5-dev libqt5xmlpatterns5-dev qttools5-dev qttools5-dev-tools
sudo apt install language-pack-de qtbase5-dev libqt5xmlpatterns5-dev qttools5-dev qttools5-dev-tools
- name: Build
run: |
qmake -o "$RUNNER_TEMP" -r -Wall -Wlogic -Wparser CONFIG+=release "$GITHUB_WORKSPACE"
Expand Down Expand Up @@ -48,6 +48,17 @@ jobs:
run:
make -C "$RUNNER_TEMP" check
BIPOLAR_TEST_LOCALE=de_DE.UTF-8 make -C "$RUNNER_TEMP" check
- name: Install additional locale for testing
run: |
sudo apt-mark hold grub-efi-amd64-signed
sudo apt update
sudo apt upgrade
sudo apt install language-pack-de
- name: Test i18n
run:
make -C "$RUNNER_TEMP" check
env:
BIPOLAR_TEST_LOCALE: de_DE.UTF-8
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e467f50

Please sign in to comment.