Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
arrow-down

GitHub Action

Meson Build

v1

Meson Build

arrow-down

Meson Build

Run a Meson task during your Actions workflow

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Meson Build

uses: BSFishy/meson-build@v1

Learn more about this action in BSFishy/meson-build

Choose a version

Meson Build action

Test

Run a Meson task during your Actions workflow

Usage

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