Skip to content

Add build_x64 job

Add build_x64 job #5

Workflow file for this run

name: Build Visual Studio Project
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
- name: Build with MSBuild
run: |
msbuild jN.vcxproj /p:Configuration=Release /p:Platform=x64