Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
add matrix to geode build
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 10, 2024
1 parent 8c772be commit b2a7869
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ env:

jobs:
geode:
name: Build Geode Mod
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config:
- name: Windows
os: windows-latest

name: Geode OpenHack
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +36,7 @@ jobs:
export-pdb: true
build-config: ${{env.BUILD_TYPE}}
configure-args: "-DBUILD_STANDALONE=OFF"
target: Geode
target: ${{ matrix.config.target }}

package-geode:
name: Package Geode Mod
Expand Down

0 comments on commit b2a7869

Please sign in to comment.