Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:52:09 +01:00
parent 6a2ce5e8c4
commit 5d9bbf2672

View File

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