HEMTT Save

Build System for Arma 3

Project README

HEMTT

An opinionated build system for Arma 3 mods.

GitHub Release HEMTT Downloads Codecov ACE3 Discord

The HEMTT Book

Installation

GitHub winstall

Read it in the book

Browser Extension

Mozilla Add-on Rating Chrome Web Store

View .paa files directly on GitHub!

Example GitHub Actions Workflow

name: Build

on: [push]

jobs:
    build:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v2
            - name: Setup HEMTT
              uses: arma-actions/hemtt@v1
            - name: Run HEMTT build
              run: hemtt release
            - name: Upload Release
              uses: actions/upload-artifact@v4
              with:
                  name: my-mod-latest
                  path: release/my-mod-latest.zip
Open Source Agenda is not affiliated with "HEMTT" Project. README Source: BrettMayson/HEMTT
Stars
101
Open Issues
17
Last Commit
3 weeks ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating