CI: add a build po step to Linux
This commit is contained in:
parent
9571020a8b
commit
ec0bba5d4f
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue