Skip to content

Commit

Permalink
prep for CI in the stonesense repo
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 25, 2024
1 parent 1892fb1 commit d38b495
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
default: DFHack/df-structures
structures_ref:
type: string
stonesense_repo:
type: string
default: DFHack/stonesense
stonesense_ref:
type: string
artifact-name:
type: string
append-date-and-hash:
Expand Down Expand Up @@ -107,6 +112,13 @@ jobs:
repository: ${{ inputs.structures_repo }}
ref: ${{ inputs.structures_ref }}
path: library/xml
- name: Clone stonesense
if: inputs.stonesense_ref
uses: actions/checkout@v4
with:
repository: ${{ inputs.stonesense_repo }}
ref: ${{ inputs.stonesense_ref }}
path: plugins/stonesense
- name: Get 3rd party SDKs
if: inputs.launchdf
uses: actions/checkout@v4
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
default: DFHack/df-structures
structures_ref:
type: string
stonesense_repo:
type: string
default: DFHack/stonesense
stonesense_ref:
type: string
artifact-name:
type: string
append-date-and-hash:
Expand Down Expand Up @@ -88,6 +93,13 @@ jobs:
repository: ${{ inputs.structures_repo }}
ref: ${{ inputs.structures_ref }}
path: library/xml
- name: Clone stonesense
if: inputs.stonesense_ref
uses: actions/checkout@v4
with:
repository: ${{ inputs.stonesense_repo }}
ref: ${{ inputs.stonesense_ref }}
path: plugins/stonesense
- name: Get 3rd party SDKs
if: inputs.launchdf
uses: actions/checkout@v4
Expand Down

0 comments on commit d38b495

Please sign in to comment.