File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 88
88
ls
89
89
.\build.exe
90
90
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
+
91
96
- name : Hybrid Simple Example
92
97
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
93
98
run : |
@@ -178,6 +183,11 @@ jobs:
178
183
ls
179
184
.\build.exe
180
185
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
+
181
191
- name : Hybrid Simple Example
182
192
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_CLANG_DEV_ALL}}
183
193
run : |
You can’t perform that action at this time.
0 commit comments