mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-27 21:08:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
4b485bc038
commit
32b003629c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln
|
||||
MSBuild etl.sln /property:Configuration=Debug
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
runs-on: windows-latest
|
||||
@ -31,4 +31,4 @@ jobs:
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON -DNO_STL=ON ./
|
||||
MSBuild etl.sln
|
||||
MSBuild etl.sln /property:Configuration=Debug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user