mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 13:28:43 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
373c90c553
commit
048c367ad0
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user