mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 04:48:44 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
2a4756d642
commit
362e5131f8
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -21,10 +21,13 @@ jobs:
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
|
||||
- name: Checkout UnitTest++
|
||||
run: |
|
||||
echo ${GITHUB_WORKSPACE}
|
||||
echo ::set-env name=workspace::$GITHUB_WORKSPACE
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: unittest-cpp/unittest-cpp
|
||||
path: ${GITHUB_WORKSPACE}/../../../unittest-cpp
|
||||
path: ${{ env.workspace }}/../../../unittest-cpp
|
||||
|
||||
- name: Build
|
||||
run: MSBuild.exe test/vs2019/etl.sln
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user