You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Meson Build
v1
Run a Meson task during your Actions workflow
See action.yml
Basic:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: BSFishy/meson-build@v1
with:
action: test
All options:
- uses: BSFishy/meson-build@v1
with:
action: test
directory: build
setup-options: -Db_coverage=true
options: --verbose
meson-version: 0.53.2
ninja-version: 1.9.0.post1
gcovr-version: 4.2