Skip to content

Commit

Permalink
validate => Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaren882 committed Oct 15, 2024
1 parent f2b6806 commit 1b37859
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,27 @@ name: Build
on: [push]

jobs:
validate:
# validate:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout the source code
# uses: actions/checkout@v4
# - name: Validate SQF
# run: python3 tools/sqf_validator.py
# - name: Check for BOM
# uses: arma-actions/bom-check@master

build:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Validate SQF
run: python3 tools/sqf_validator.py
- name: Check for BOM
uses: arma-actions/bom-check@master

# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Setup HEMTT
# uses: arma-actions/hemtt@v1
# - name: Run HEMTT build
# run: hemtt build
# - name: Upload Release
# uses: actions/upload-artifact@v4
# with:
# name: my-mod-latest
# path: release/my-mod-latest.zip
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT build
run: hemtt build
- name: Rename build folder
run: mv .hemttout/build .hemttout/@ace

# jobs:
# test-sqflint:
Expand Down

0 comments on commit 1b37859

Please sign in to comment.