Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 10:12:33 +01:00
parent 698094c422
commit 2654f52cdd

View File

@ -17,7 +17,7 @@ jobs:
submodules: recursive
- name: Build
run: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe" test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86
run: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86"
- name: Run tests
run: ./test/etl_tests