2021-06-25 15:26:42 +00:00
|
|
|
name: Windows Visual Studio
|
|
|
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
env:
|
2023-04-29 00:04:54 +00:00
|
|
|
CMAKE_GENERATOR: Visual Studio 17 2022
|
2021-06-25 15:26:42 +00:00
|
|
|
PYTHON_VERSION: Python39
|
2021-08-03 15:32:54 +00:00
|
|
|
NJOBS: 4
|
2021-06-25 15:26:42 +00:00
|
|
|
|
|
|
|
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
|
2021-06-25 15:26:42 +00:00
|
|
|
- name: Deploy
|
2021-06-25 15:48:53 +00:00
|
|
|
run: ports\ci\windows-vs\deploy.bat
|