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 91
91
cmake --build build --parallel 2 --config Release
92
92
./build/Release/build
93
93
94
+ - name : Hybrid Single Example
95
+ working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
96
+ run : |
97
+ cmake --build . --target run_hybrid_single_example --config Release
98
+
94
99
- name : Hybrid Simple Example
95
100
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
96
101
run : |
@@ -214,6 +219,11 @@ jobs:
214
219
cmake --build build --parallel 2 --config Release
215
220
./build/Release/build
216
221
222
+ - name : Hybrid Single Example
223
+ working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
224
+ run : |
225
+ cmake --build . --target run_hybrid_simple_example --config Release
226
+
217
227
- name : Hybrid Simple Example
218
228
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
219
229
run : |
You can’t perform that action at this time.
0 commit comments