mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-01 06:48:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
2c10a814e9
commit
63e3541493
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=Debug
|
||||
./etl.exe
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
runs-on: windows-latest
|
||||
@ -30,5 +31,6 @@ jobs:
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON -DNO_STL=ON ./
|
||||
MSBuild etl.sln /property:Configuration=Debug
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL
|
||||
./etl.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user