-
Notifications
You must be signed in to change notification settings - Fork 55
37 lines (33 loc) · 951 Bytes
/
build.yml
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
name: Build
on: [push, pull_request]
jobs:
package-win64:
name: Windows
uses: DFHack/dfhack/.github/workflows/build-windows.yml@develop
with:
stonesense_repo: ${{ github.repository }}
stonesense_ref: ${{ github.ref }}
artifact-name: dfhack-windows64-build
cache-id: test
stonesense: true
secrets: inherit
package-linux:
name: Linux
uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop
with:
stonesense_repo: ${{ github.repository }}
stonesense_ref: ${{ github.ref }}
artifact-name: dfhack-linux64-build
cache-id: test
stonesense: true
secrets: inherit
docs:
uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop
with:
stonesense_repo: ${{ github.repository }}
stonesense_ref: ${{ github.ref }}
artifact-name: docs
platform-files: false
common-files: false
docs: true
secrets: inherit