name: Windows Visual Studio on: [push, pull_request] env: CMAKE_GENERATOR: Visual Studio 16 2019 PYTHON_VERSION: Python39 jobs: build: runs-on: windows-latest defaults: run: shell: cmd steps: - uses: actions/checkout@v2 - name: Build run: ports\ci\appveyor\build.bat - name: Deploy run: ports\ci\appveyor\deploy.bat - name: Upload run: ports\ci\appveyor\upload.bat