-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (36 loc) · 1015 Bytes
/
Copy pathci.yml
File metadata and controls
38 lines (36 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- ".gitignore"
tags-ignore:
# This will ignore release versions tagged with a version identifier. We'll
# use a separate workflow for them.
- "v*"
pull_request:
paths-ignore:
- README.md
- "CHANGELOG.md"
- ".gitignore"
jobs:
build:
uses: ilyvion/rimworld-utils/.github/workflows/build_mod.yml@main
with:
mod_name: "FarmingHysteresis"
artifact_suffix: ${{ github.sha }}
project_dependencies_base_path: "..\\..\\.."
rw_versions: |-
1.3
1.4
1.5
1.6
extra_files: |-
Integrations
license_files: |-
LICENSE
LICENSE.Apache-2.0
LICENSE.MIT