Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:57:32 +01:00
parent 5d9bbf2672
commit 208f0c2fb6

View File

@ -20,4 +20,4 @@ jobs:
- name: Build and run
working-directory: test/vs2019
run: |
msbuild etl.sln /p:Configuration="Debug MSVC - No STL" /p:Platform="Any CPU"
msbuild etl.sln /p:Configuration=DebugNoSTL /p:Platform="Any CPU"