Skip to content

Merge branch 'squid-ssense-designation-tints' into squid-developing #288

Merge branch 'squid-ssense-designation-tints' into squid-developing

Merge branch 'squid-ssense-designation-tints' into squid-developing #288

Workflow file for this run

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