Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f88dc0

Browse files
committed
Update win_cmake_build.yml
1 parent a4a8751 commit 8f88dc0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/win_cmake_build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
ls
8989
.\build.exe
9090
91+
- name: Hybrid Single Example
92+
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
93+
run: |
94+
cmake --build . --config Release --parallel 2 --target run_hybrid_single_example
95+
9196
- name: Hybrid Simple Example
9297
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
9398
run: |
@@ -178,6 +183,11 @@ jobs:
178183
ls
179184
.\build.exe
180185
186+
- name: Hybrid Single Example
187+
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_CLANG_DEV_ALL}}
188+
run: |
189+
cmake --build . --target run_hybrid_single_example --config Release
190+
181191
- name: Hybrid Simple Example
182192
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_CLANG_DEV_ALL}}
183193
run: |

0 commit comments

Comments
 (0)