Skip to content

Added another build test. #15

Added another build test.

Added another build test. #15

Workflow file for this run

name: windows-2019 build
on:
push:
branches: [ Restructuring ]
workflow_dispatch:
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: msbuild
uses: microsoft/setup-msbuild@v2
- name: build mstoolkit
run: |
msbuild VisualStudio/MSToolkit.sln -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -tv:Current -p:PreDef=/D_NO_THERMORAW
- name: test
shell: cmd
run: D:\a\mstoolkit\mstoolkit\VisualStudio\x64\Release\MSSingleScan.exe
- name: test DLL
shell: cmd
run: D:\a\mstoolkit\mstoolkit\VisualStudio\x64\Release\DLL\MSSingleScan.exe