aboutsummaryrefslogtreecommitdiff
path: root/libs/lootcli/.github/workflows/build.yml
blob: d9ca97e5d7b3f00093af24bac86cae1f2f060877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Build LootCLI
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 LootCLI
        uses: ModOrganizer2/build-with-mob-action@master
        with:
          mo2-dependencies: cmake_common