.github/workflows/build.yml: build everything, not just unit tests

This commit is contained in:
Max Kellermann 2022-05-23 21:25:44 +02:00
parent bdceb90c59
commit 39bb4c5871
1 changed files with 10 additions and 1 deletions

View File

@ -125,7 +125,16 @@ jobs:
wavpack \
libmpdclient
- name: Meson Build
- name: Build
uses: BSFishy/meson-build@v1.0.3
with:
action: build
directory: output
setup-options: -Ddocumentation=disabled -Dtest=true
options: --verbose
meson-version: 0.56.0
- name: Unit Tests
uses: BSFishy/meson-build@v1.0.3
with:
action: test