Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:35:19 +01:00
parent 731167fff6
commit 5cf076d61e

View File

@ -20,4 +20,5 @@ jobs:
- name: Build and run
working-directory: test/vs2019
run: |
msbuild etl.sln
msbuild etl.sln /property:Configuration=DebugNoSTL
msbuild etl.sln /property:Configuration=Debug