Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 10:36:45 +01:00
parent be2a660a62
commit bc993027bf

View File

@ -19,6 +19,12 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Checkout UnitTest++
uses: actions/checkout@v2
with:
repository: unittest-cpp/unittest-cpp
path: unittest-cpp
- name: Build
run: MSBuild.exe test/vs2019/etl.sln