-
-
Notifications
You must be signed in to change notification settings - Fork 4
32 lines (26 loc) · 723 Bytes
/
build.yml
File metadata and controls
32 lines (26 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Build OBS-Express
on: [ push, pull_request ]
jobs:
build-windows:
name: Build
runs-on: windows-2022
env:
CMAKE_GENERATOR: 'Visual Studio 17 2022'
CMAKE_SYSTEM_VERSION: '10.0.18363.657'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: 'Add msbuild to PATH'
uses: microsoft/setup-msbuild@v1.1
- name: Configure and build obs-studio
shell: pwsh
run: ./configure-obs.ps1
- name: Build obs-express
shell: pwsh
run: ./pack-release.ps1
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
path: obs-express.zip