Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 16:53:21 +01:00
parent 373c90c553
commit 048c367ad0

View File

@ -22,14 +22,14 @@ jobs:
- name: Directories
run: |
echo ${GITHUB_WORKSPACE}
echo ::set-env name=workspace::$GITHUB_WORKSPACE
echo ${{ github.workspace }}
- name: Checkout UnitTest++
uses: actions/checkout@v2
with:
repository: unittest-cpp/unittest-cpp
path: ${{ env.workspace }}/../../../unittest-cpp
path: ${{ github.workspace }}/unittest-cpp
- name: Build
run: MSBuild.exe test/vs2019/etl.sln