Skip to content

update version to point to PG unified schema (#1308) #2440

update version to point to PG unified schema (#1308)

update version to point to PG unified schema (#1308) #2440

name: C/C++ CI on Windows (vs2019)
on:
push:
branches:
- master
- main
- dev
pull_request:
branches:
- master
- main
- dev
jobs:
build:
runs-on: windows-2019
name: Build
steps:
- name: Checkout
uses: actions/checkout@v2
continue-on-error: true
- name: Build
env:
SKIP_ARM_BUILD: 1
SKIP_ARM64_BUILD: 1
PlatformToolset: v142
VSTOOLS_VERSION: vs2019
shell: cmd
run: build-all.bat