mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-01 06:48:44 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
362e5131f8
commit
373c90c553
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -20,10 +20,12 @@ jobs:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
|
||||
- name: Checkout UnitTest++
|
||||
- name: Directories
|
||||
run: |
|
||||
echo ${GITHUB_WORKSPACE}
|
||||
echo ::set-env name=workspace::$GITHUB_WORKSPACE
|
||||
|
||||
- name: Checkout UnitTest++
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: unittest-cpp/unittest-cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user