mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 21:08:44 +08:00
Add VS2019 configuration to Github CI
This commit is contained in:
parent
2654f52cdd
commit
646f95505a
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -16,8 +16,11 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
|
||||
- name: Build
|
||||
run: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin/MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86"
|
||||
run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86
|
||||
|
||||
- name: Run tests
|
||||
run: ./test/etl_tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user