Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-17 16:43:14 +01:00
parent 063eae9878
commit 67a67c18a3

View File

@ -20,5 +20,5 @@ jobs:
cmake -DBUILD_TESTS=ON ./
cd test/vs2019
dir
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"
MSBuild etl.sln /property:Configuration="Debug" /property:Platform="Win32"