forked from acemod/ACE3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
723 changed files
with
8,805 additions
and
4,942 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: HEMTT | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request_target: | ||
|
||
jobs: | ||
windows: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Install Arma 3 Tools | ||
uses: arma-actions/arma3-tools@master | ||
with: | ||
toolsUrl: ${{ secrets.ARMA3_TOOLS_URL }} | ||
- name: Checkout the source code | ||
uses: actions/checkout@v4 | ||
- name: Setup HEMTT | ||
uses: arma-actions/hemtt@v1 | ||
- name: Checkout pull request | ||
uses: actions/checkout@v4 | ||
if: ${{ github.event_name == 'pull_request_target' }} | ||
with: | ||
path: pullrequest | ||
ref: 'refs/pull/${{ github.event.number }}/merge' | ||
- name: Replace addons with pull request addons | ||
if: ${{ github.event_name == 'pull_request_target' }} | ||
run: | | ||
rm -r addons\ | ||
rm -r optionals\ | ||
rm -r include\ | ||
xcopy /e /h /q pullrequest\addons addons\ | ||
xcopy /e /h /q pullrequest\optionals optionals\ | ||
xcopy /e /h /q pullrequest\include include\ | ||
- name: Run HEMTT build | ||
run: hemtt build | ||
- name: Rename build folder | ||
run: mv .hemttout/build .hemttout/@ace | ||
- name: Upload Artifact | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ace3-${{ github.sha }} | ||
path: .hemttout/@* |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,22 +10,25 @@ Brett Mayson | |
bux578 <[email protected]> | ||
commy2 | ||
Dahlgren | ||
tcvm <baileydanyluk@gmail.com> | ||
Drofseh <drofseh.arma@gmail.com> | ||
esteldunedain <[email protected]> | ||
Felix Wiegand <[email protected]> | ||
Garth "L-H" de Wet <[email protected]> | ||
Giallustio | ||
Glowbal | ||
Grim | ||
Janus | ||
johnb43 | ||
jokoho482 <[email protected]> | ||
Jonpas <[email protected]> | ||
Kieran | ||
kymckay | ||
mharis001 <[email protected]> | ||
MikeMF | ||
NouberNou | ||
PabstMirror <[email protected]> | ||
Ruthberg <[email protected]> | ||
tcvm <[email protected]> | ||
tpM | ||
veteran29 | ||
ViperMaul | ||
|
@@ -79,7 +82,6 @@ diwako | |
dixon13 <[email protected]> | ||
Drift_91 | ||
Drill <[email protected]> | ||
Drofseh <[email protected]> | ||
Dslyecxi <[email protected]> | ||
Dudakov aka [OMCB]Kaban <[email protected]> | ||
Eclipser <[email protected]> | ||
|
@@ -135,7 +137,6 @@ MarcBook | |
meat <[email protected]> | ||
Michail Nikolaev | ||
MikeMatrix <[email protected]> | ||
MikeMF | ||
mjc4wilton <[email protected]> | ||
Mysteryjuju | ||
nic547 <[email protected]> | ||
|
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
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
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
File renamed without changes.
File renamed without changes.
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
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
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
File renamed without changes.
Oops, something went wrong.