Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 10:23:24 +01:00
parent 6cb4d8829d
commit 8e67b68245

View File

@ -20,7 +20,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.1
- name: Build
run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=debug /p:Platform=x86
run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug
- name: Run tests
run: ./test/etl_tests