Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/gtk-apps-testing-docker-action
Testing Github action for GTK-based meson-built apps
https://github.com/tchx84/gtk-apps-testing-docker-action
Last synced: about 1 month ago
JSON representation
Testing Github action for GTK-based meson-built apps
- Host: GitHub
- URL: https://github.com/tchx84/gtk-apps-testing-docker-action
- Owner: tchx84
- Created: 2021-03-08T22:30:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T15:17:21.000Z (9 months ago)
- Last Synced: 2024-10-15T23:35:11.940Z (3 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GTK apps testing docker action
This will literally just run `meson test` on your GTK app.
## Example usage
```yaml
uses: tchx84/gtk-apps-testing-docker-action@master
```