Refactor out Crd3D and Crd2D to use df::coord and df::coord2d #495
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |