Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: ''
```