mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
be2a660a62
commit
bc993027bf
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user