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

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

env:
  VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite

jobs:
  build:
    runs-on: windows-2022
    steps:
      - name: Build BSA Extractor
        id: build-bsa-extractor
        uses: ModOrganizer2/build-with-mob-action
        with:
          mo2-dependencies: uibase bsatk