Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tong/kha-action
Kha CI workflow setup
https://github.com/tong/kha-action
actions ci kha
Last synced: 18 days ago
JSON representation
Kha CI workflow setup
- Host: GitHub
- URL: https://github.com/tong/kha-action
- Owner: tong
- Created: 2021-06-12T07:51:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T08:40:49.000Z (over 3 years ago)
- Last Synced: 2024-11-07T20:50:45.967Z (2 months ago)
- Topics: actions, ci, kha
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kha for Actions
This action sets up a [kha](https://github.com/Kode/Kha) environment for use in your workflows.
[![Test](https://github.com/tong/kha-action/actions/workflows/test.yml/badge.svg)](https://github.com/tong/kha-action/actions/workflows/test.yml)
## Usage
```yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tong/[email protected]
with:
target: "linux"
graphics: "opengl"
compile: "true"
```