mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 05:18:43 +08:00
Github actions for MSVC
This commit is contained in:
parent
6e649f98ba
commit
609a7008d7
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -19,18 +19,5 @@ jobs:
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=Debug /property:Platform="Any CPU"
|
||||
Debug/etl.exe
|
||||
dir
|
||||
|
||||
build-visual-studio-no-stl:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup MSBuild.exe
|
||||
uses: warrenbuckley/Setup-MSBuild@v1
|
||||
|
||||
- name: Build and run
|
||||
run: |
|
||||
cmake -DBUILD_TESTS=ON ./
|
||||
MSBuild etl.sln /property:Configuration=DebugNoSTL /property:Platform="Any CPU"
|
||||
DebugNoSTL/etl.exe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user