Armake install (#6356)

Add building ace3 on CircleCI using armake. It will build it on every commit / PR
This commit is contained in:
Thomas Kooi 2018-05-20 11:07:00 +02:00 committed by GitHub
parent cdf6218619
commit 10f19997bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 43 deletions

View File

@ -2,15 +2,20 @@ version: 2
jobs:
build:
docker:
- image: thojkooi/ci-python
- image: acemod/armake
steps:
- checkout
- run:
name: Validate SQF and Config style
command: python tools/sqf_validator.py && python tools/config_style_checker.py
- run:
name: Build
command: |
make -j 2
deployment:
docker:
- image: thojkooi/ci-python
- image: acemod/armake
branch: master
requires:
- build

View File

@ -1,41 +1,41 @@
---
layout: wiki
title: Fortify
description: Enables player to build fortifications.
group: feature
category: interaction
parent: wiki
mod: acex
version:
major: 3
minor: 3
patch: 0
---
## 1. Overview
Enable players to place down fortifications. Budget enables mission makers / admin to restrict the amount of resources available.
## 2. Usage
Please note that to use this function the Fortify module needs to be placed down and `Fortify Tool` equipped by player.
### 2.1 Placing fortification
- Open self-interaction menu with <kbd>Ctrl</kbd> + <kbd>⊞ Win</kbd> (ACE3 default).
- Select `Equipment` -> `Fortify`.
- Choose your fortification object and follow the instructions on the screen.
### 2.1 Removing fortification
- Use interaction <kbd>⊞ Win</kbd> on object.
## 3. Tips
- Using <kbd>Alt</kbd> / <kbd>Ctrl</kbd> / <kbd>Shift</kbd> + <kbd>Scroll Wheel</kbd> you can rotate object on different axis.
- You can use planks to get up on rooftops.
- Holding <kbd>Ctrl</kbd> while placing allows for placing multiple objects of the same type.
## 4. Dependencies
{% include dependenciesx_list.md component="fortify" %}
---
layout: wiki
title: Fortify
description: Enables player to build fortifications.
group: feature
category: interaction
parent: wiki
mod: acex
version:
major: 3
minor: 3
patch: 0
---
## 1. Overview
Enable players to place down fortifications. Budget enables mission makers / admin to restrict the amount of resources available.
## 2. Usage
Please note that to use this function the Fortify module needs to be placed down and `Fortify Tool` equipped by player.
### 2.1 Placing fortification
- Open self-interaction menu with <kbd>Ctrl</kbd> + <kbd>⊞ Win</kbd> (ACE3 default).
- Select `Equipment` -> `Fortify`.
- Choose your fortification object and follow the instructions on the screen.
### 2.1 Removing fortification
- Use interaction <kbd>⊞ Win</kbd> on object.
## 3. Tips
- Using <kbd>Alt</kbd> / <kbd>Ctrl</kbd> / <kbd>Shift</kbd> + <kbd>Scroll Wheel</kbd> you can rotate object on different axis.
- You can use planks to get up on rooftops.
- Holding <kbd>Ctrl</kbd> while placing allows for placing multiple objects of the same type.
## 4. Dependencies
{% include dependenciesx_list.md component="fortify" %}