Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjpictures/gtk-windows
GTK+ for Windows Runtime Environment in GitHub Actions
https://github.com/yjpictures/gtk-windows
gtk gtk-action gtk-actions gtk-environment gtk-github gtk-runner gtk-windows gtk-windows-runtime gtk-windows-runtime-environment gtk3
Last synced: about 2 months ago
JSON representation
GTK+ for Windows Runtime Environment in GitHub Actions
- Host: GitHub
- URL: https://github.com/yjpictures/gtk-windows
- Owner: yjpictures
- License: gpl-3.0
- Created: 2023-11-03T18:02:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T01:53:27.000Z (about 1 year ago)
- Last Synced: 2024-12-12T15:10:02.889Z (about 2 months ago)
- Topics: gtk, gtk-action, gtk-actions, gtk-environment, gtk-github, gtk-runner, gtk-windows, gtk-windows-runtime, gtk-windows-runtime-environment, gtk3
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTK for Windows (GitHub Actions)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/yjpictures/GTK-Windows/test.yml?logo=github&label=test)
](https://github.com/yjpictures/GTK-Windows)
[![GitHub Latest Release](https://img.shields.io/github/v/release/yjpictures/GTK-Windows)](https://github.com/yjpictures/GTK-Windows/releases/latest)
[![GitHub License](https://img.shields.io/github/license/yjpictures/GTK-Windows)
](https://github.com/yjpictures/GTK-Windows/blob/master/LICENSE)This GitHub Action will allow you to add GTK in the runner environment. This actions checks out `2022-01-04` release from [GTK+ for Windows Runtime Environment](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer) by Tom Schoonjans and adds to the runner environment.
## Usage
### Normal usage
``` yaml
- name: Add GTK to the Runner Environment
uses: yjpictures/GTK-Windows@v1
```### Use a custom release tag
``` yaml
- name: Add GTK to the Runner Environment
uses: yjpictures/GTK-Windows@v1
with:
# The release tag to use. Default is 2022-01-04.
release: ''
```