.github/workflows/build.yml: build everything, not just unit tests
This commit is contained in:
parent
bdceb90c59
commit
39bb4c5871
|
@ -125,7 +125,16 @@ jobs:
|
||||||
wavpack \
|
wavpack \
|
||||||
libmpdclient
|
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
|
uses: BSFishy/meson-build@v1.0.3
|
||||||
with:
|
with:
|
||||||
action: test
|
action: test
|
||||||
|
|
Loading…
Reference in New Issue