|
|
@ -16,6 +16,7 @@ jobs:
|
|
|
|
uses: ./.github/workflows/build-windows.yml
|
|
|
|
uses: ./.github/workflows/build-windows.yml
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dfhack_ref: ${{ inputs.dfhack_ref }}
|
|
|
|
dfhack_ref: ${{ inputs.dfhack_ref }}
|
|
|
|
|
|
|
|
scripts_ref: ${{ inputs.scripts_ref }}
|
|
|
|
structures_ref: ${{ inputs.structures_ref }}
|
|
|
|
structures_ref: ${{ inputs.structures_ref }}
|
|
|
|
artifact-name: test-msvc
|
|
|
|
artifact-name: test-msvc
|
|
|
|
cache-id: test
|
|
|
|
cache-id: test
|
|
|
@ -54,7 +55,9 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repository: 'DFHack/dfhack'
|
|
|
|
repository: 'DFHack/dfhack'
|
|
|
|
ref: ${{ inputs.dfhack_ref }}
|
|
|
|
ref: ${{ inputs.dfhack_ref }}
|
|
|
|
sparse-checkout: CMakeLists.txt
|
|
|
|
sparse-checkout: |
|
|
|
|
|
|
|
|
CMakeLists.txt
|
|
|
|
|
|
|
|
ci/
|
|
|
|
- name: Detect DF version
|
|
|
|
- name: Detect DF version
|
|
|
|
id: get-df-version
|
|
|
|
id: get-df-version
|
|
|
|
run: echo ver="$(sh ci/get-df-version.sh)" >> $GITHUB_OUTPUT
|
|
|
|
run: echo ver="$(sh ci/get-df-version.sh)" >> $GITHUB_OUTPUT
|
|
|
|