Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 10:25:25 +01:00
parent 8e67b68245
commit be2a660a62

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
run: MSBuild.exe test/vs2019/etl.sln
- name: Run tests
run: ./test/etl_tests