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
5d15f8fb44
commit
290f34535b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -19,8 +19,10 @@ jobs:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.1
|
||||
|
||||
- name: Build and run
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
|
||||
MSBuild.exe etl.sln
|
||||
run: ./test/etl_tests
|
||||
|
||||
-name: Run tests
|
||||
run: ./test/etl_tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user