Skip to content

Commit

Permalink
Add some stuff to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BSFishy committed Mar 5, 2020
1 parent 6ff5da4 commit 7b3d63d
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# meson-build
# Meson Build action
[![Test](https://github.com/BSFishy/meson-build/workflows/Test/badge.svg)](https://github.com/BSFishy/meson-build/actions)

Run a Meson task during your Actions workflow

## Usage
See [action.yml](action.yml)

Basic:
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: BSFishy/meson-build@v1
with:
action: test
```
All options:
```yaml
- 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
```

0 comments on commit 7b3d63d

Please sign in to comment.