Skip to content

Initial modification of how configs are handled for stonesense #26

Initial modification of how configs are handled for stonesense

Initial modification of how configs are handled for stonesense #26

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