chore: Adds the HEMTT build system to TMF #171
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build addon | |
on: | |
push: | |
branches: | |
- master | |
- dev | |
pull_request: | |
branches: | |
- master | |
- dev | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
name: Checkout repository | |
- name: Building pbos | |
run: ./Build.exe | |
- uses: actions/upload-artifact@v4 | |
name: Upload artifacts | |
with: | |
name: build | |
path: | | |
addons/*.pbo | |
mod.cpp | |
README.md |