Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-09-30 19:48:07 +01:00
parent fa3926bacf
commit 3f37897a48

View File

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