diff options
Diffstat (limited to 'libs/game_gamebryo/.github/workflows/build.yml')
| -rw-r--r-- | libs/game_gamebryo/.github/workflows/build.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/game_gamebryo/.github/workflows/build.yml b/libs/game_gamebryo/.github/workflows/build.yml new file mode 100644 index 0000000..7efc43f --- /dev/null +++ b/libs/game_gamebryo/.github/workflows/build.yml @@ -0,0 +1,17 @@ +name: Build GameBryo Library + +on: + push: + branches: master + pull_request: + types: [opened, synchronize, reopened] + +jobs: + build: + runs-on: windows-2022 + steps: + - name: Build GameBryo Library + uses: ModOrganizer2/build-with-mob-action@master + with: + mo2-third-parties: lz4 zlib + mo2-dependencies: cmake_common uibase |
