Merge branch 'develop' of DFHack/dfhack into develop
commit
0abdf0148f
@ -0,0 +1,51 @@
|
|||||||
|
name: Package
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
dfhack_ref:
|
||||||
|
type: string
|
||||||
|
scripts_ref:
|
||||||
|
type: string
|
||||||
|
structures_ref:
|
||||||
|
type: string
|
||||||
|
append-date-and-hash:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
cache-readonly:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
launchdf:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
package-win64:
|
||||||
|
name: Windows
|
||||||
|
uses: ./.github/workflows/build-windows.yml
|
||||||
|
with:
|
||||||
|
dfhack_ref: ${{ inputs.dfhack_ref }}
|
||||||
|
scripts_ref: ${{ inputs.scripts_ref }}
|
||||||
|
structures_ref: ${{ inputs.structures_ref }}
|
||||||
|
artifact-name: dfhack-windows64-build
|
||||||
|
append-date-and-hash: ${{ inputs.append-date-and-hash }}
|
||||||
|
cache-id: release
|
||||||
|
cache-readonly: ${{ inputs.cache-readonly }}
|
||||||
|
stonesense: true
|
||||||
|
docs: true
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
|
package-linux:
|
||||||
|
name: Linux
|
||||||
|
uses: ./.github/workflows/build-linux.yml
|
||||||
|
with:
|
||||||
|
dfhack_ref: ${{ inputs.dfhack_ref }}
|
||||||
|
scripts_ref: ${{ inputs.scripts_ref }}
|
||||||
|
structures_ref: ${{ inputs.structures_ref }}
|
||||||
|
artifact-name: dfhack-linux64-build
|
||||||
|
append-date-and-hash: ${{ inputs.append-date-and-hash }}
|
||||||
|
cache-id: release
|
||||||
|
cache-readonly: ${{ inputs.cache-readonly }}
|
||||||
|
stonesense: true
|
||||||
|
docs: true
|
||||||
|
secrets: inherit
|
@ -1 +1 @@
|
|||||||
Subproject commit a5405ed296a97fb64b272986b850b289f2064ac1
|
Subproject commit 88e95e3b9282b83d5134839f3bd7fc021f0ba53e
|
@ -1 +1 @@
|
|||||||
Subproject commit 8bd85f7078bf38788825507df2271986454ad74a
|
Subproject commit b0ac91f37fe85ac2538caff3d507c861e99dc803
|
Loading…
Reference in New Issue