Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-17 16:39:40 +01:00
parent 609a7008d7
commit 063eae9878

View File

@ -18,6 +18,7 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"
cd test/vs2019
dir
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"