mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 13:28:43 +08:00
Github actions for MSVC
This commit is contained in:
parent
8e154a75ce
commit
4b485bc038
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DENABLE_TESTS=ON ./
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
@ -30,5 +30,5 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DENABLE_TESTS=ON -DNO_STL=ON ./
|
||||
cmake -DBUILD_TESTS=ON -DNO_STL=ON ./
|
||||
MSBuild etl.sln
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user