mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
49735baa6d
commit
6e649f98ba
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=Debug /property:Platform="x86"
|
||||
./etl.exe
|
||||
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"
|
||||
Debug/etl.exe
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
runs-on: windows-latest
|
||||
@ -32,5 +32,5 @@ jobs:
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="x86"
|
||||
./etl.exe
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="Any CPU"
|
||||
DebugNoSTL/etl.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user