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
63e3541493
commit
347565bb80
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 /property:Configuration=Debug
|
||||
MSBuild etl.sln /property:Configuration=Debug /p:Platform="Win32"
|
||||
./etl.exe
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
@ -32,5 +32,5 @@ jobs:
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL /p:Platform="Win32"
|
||||
./etl.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user