Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde4fb67

Browse files
committed
Update CI/CD for MSVC testing
1 parent2745661 commitde4fb67

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎.github/workflows/linux_gcc_cmake_build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
working-directory:${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
192192
run:cmake --build . --target cppcheck_static_analysis
193193

194-
-name:Build Debugfor test
194+
-name:Build Debugand test
195195
# Linux has 2 cores
196196
run:|
197197
cmake --build --list-presets

‎.github/workflows/win_cmake_build.yml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ jobs:
4444
cmake --list-presets
4545
cmake --preset=${{env.BUILD_MSVC_PRESET}}
4646
47-
-name:Build
47+
-name:Build Debug and test
48+
working-directory:${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
49+
run:|
50+
cmake --build . --parallel 2 --config Debug
51+
ctest . --parallel 2 -C Debug
52+
53+
-name:Build Release
4854
# Linux has 2 cores
4955
run:|
5056
cmake --build --list-presets

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp