Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arma-actions/hemtt
Action for BrettMayson/HEMTT
https://github.com/arma-actions/hemtt
actions arma github-actions hemtt
Last synced: about 12 hours ago
JSON representation
Action for BrettMayson/HEMTT
- Host: GitHub
- URL: https://github.com/arma-actions/hemtt
- Owner: arma-actions
- Created: 2019-09-05T10:56:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T20:25:48.000Z (8 months ago)
- Last Synced: 2024-08-02T13:21:53.769Z (3 months ago)
- Topics: actions, arma, github-actions, hemtt
- Language: TypeScript
- Homepage: https://github.com/BrettMayson/HEMTT
- Size: 1.19 MB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup HEMTT
Supports `ubuntu-*` and `windows-*` runners.
## Usage
Use the latest version of HEMTT:
```yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arma-actions/hemtt@v1
name: Setup HEMTT
- name: Build
run: hemtt build
```Specify a version of HEMTT to use:
```yaml
- uses: arma-actions/hemtt@v1
name: Setup HEMTT
with:
version: 'v1.2.0'
```