Skip to content

Added configuration parameters for vcpkg #95

Added configuration parameters for vcpkg

Added configuration parameters for vcpkg #95

Workflow file for this run

name: Build & package
on:
push:
branches: [ "main", "release-candidate" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- name: Setup vcpkg
run: |
bootstrap-vcpkg
vcpkg integrate install
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Build
working-directory: .
run: "./build_package.bat"
shell: cmd
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: development_build_not_a_release
path: ./package
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: zip_only_package
path: ./zip