akvirtualcamera/.github/workflows/windows-vs.yml

22 lines
390 B
YAML
Raw Normal View History

name: Windows Visual Studio
on: [push, pull_request]
env:
CMAKE_GENERATOR: Visual Studio 16 2019
PYTHON_VERSION: Python39
2021-08-03 15:32:54 +00:00
NJOBS: 4
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: cmd
steps:
- uses: actions/checkout@v2
- name: Build
2021-06-25 15:48:53 +00:00
run: ports\ci\windows-vs\build.bat
- name: Deploy
2021-06-25 15:48:53 +00:00
run: ports\ci\windows-vs\deploy.bat