Update msbuild.yml
This commit is contained in:
parent
514cb60393
commit
c5de673fe8
15
.github/workflows/msbuild.yml
vendored
15
.github/workflows/msbuild.yml
vendored
@ -1,7 +1,17 @@
|
|||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '**.yml'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '**.yml'
|
||||||
|
workflow_dispatch
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
@ -16,7 +26,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies on windows
|
- name: Install dependencies on windows
|
||||||
run: |
|
run: |
|
||||||
choco install ninja cmake gstreamer gstreamer-devel --no-progress
|
choco install ninja cmake gstreamer gstreamer-devel --no-progres
|
||||||
|
RefreshEnv.cmd
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
gst-launch-1.0.exe --version
|
gst-launch-1.0.exe --version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user