Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outpost-os/action-setup-meson
Simple action to manipulate meson
https://github.com/outpost-os/action-setup-meson
actions meson
Last synced: about 1 month ago
JSON representation
Simple action to manipulate meson
- Host: GitHub
- URL: https://github.com/outpost-os/action-setup-meson
- Owner: outpost-os
- Created: 2024-07-29T09:37:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T10:02:19.000Z (4 months ago)
- Last Synced: 2024-09-30T23:23:42.686Z (about 2 months ago)
- Topics: actions, meson
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# action-setup-meson
GH action that sets up the meson environment for workflows that need it.
This action installs meson cross files in docker image for a workflow job.
This may be a prerequisite step before `meson build` step, the installation path
is exported through `MESON_CROSS_FILES` environment variable.## usage
```yaml
- name: Setup meson
uses: embedded-devops/action-setup-meson@main
with:
token: ${{ secrets.GHE_CI_TOKEN }}
crossfiles_git: 'outpost/meson-cross-files'
crossfiles_ref: 'main'
```