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

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 Preview Base
        id: build-preview-base
        uses: ModOrganizer2/build-with-mob-action@master
        with:
          mo2-dependencies: uibase