Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 10:18:59 +01:00
parent 646f95505a
commit 6cb4d8829d

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 /p:Platform=x86
- name: Run tests
run: ./test/etl_tests