mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
347565bb80
commit
49735baa6d
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 /p:Platform="Win32"
|
||||
MSBuild etl.sln /property:Configuration=Debug /property:Platform="x86"
|
||||
./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 /p:Platform="Win32"
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="x86"
|
||||
./etl.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user