CI: add a build po step to Linux

This commit is contained in:
tildearrow 2024-06-23 16:17:15 -05:00
parent 9571020a8b
commit ec0bba5d4f

View file

@ -26,7 +26,7 @@ jobs:
- { name: 'macOS ARM', os: macos-latest, arch: arm64 }
- { name: 'Linux x86_64', os: ubuntu-20.04, arch: x86_64 }
#- { name: 'Linux ARM', os: ubuntu-18.04, arch: armhf }
fail-fast: false
fail-fast: true
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
@ -150,6 +150,11 @@ jobs:
libjack-jackd2-dev:armhf
ls /usr/arm-linux-gnueabihf/lib
- name: Build Language Files
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' }}
run: |
./scripts/build-po.sh
- name: Configure
run: |
export USE_WAE=ON