Skip to content

Optimize CBA_fnc_compileFinal for Arma 2.14 #687

Optimize CBA_fnc_compileFinal for Arma 2.14

Optimize CBA_fnc_compileFinal for Arma 2.14 #687

Workflow file for this run

name: Arma
on:
push:
branches:
- master
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Validate SQF
run: python3 tools/sqf_validator.py
- name: Validate Config
run: python3 tools/config_style_checker.py
- name: Check Strings
run: python3 tools/check_strings.py
- name: Check for BOM
uses: arma-actions/bom-check@v1
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Lint (sqflint)
uses: arma-actions/sqflint@master
continue-on-error: true # No failure due to many false-positives
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Build using HEMTT
uses: arma-actions/hemtt@master
with:
command: build --release --ci
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview
with:
name: CBA_A3-${{ github.sha }}-nobin
path: releases/CBA_A3_*.zip