aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/.github/workflows/build.yml
blob: a9c5b0e619ef2df123e98e6ef574397496d2a84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Build Game Bethesda Library

on:
  push:
    branches: [master]
  pull_request:
    types: [opened, synchronize, reopened]

env:
  VCPKG_BINARY_SOURCES: ${{ vars.AZ_BLOB_VCPKG_URL != '' && format('clear;x-azblob,{0},{1},readwrite', vars.AZ_BLOB_VCPKG_URL, secrets.AZ_BLOB_SAS) || '' }}

jobs:
  build:
    runs-on: windows-2022
    steps:
      - name: Build Game Bethesda
        id: build-game-bethesda
        uses: ModOrganizer2/build-with-mob-action@master
        with:
          mo2-dependencies: uibase