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

Skip to content

Commit a66a951

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent d3a1088 commit a66a951

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
cmake --build build --parallel 2 --config Release
9292
./build/Release/build
9393
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+
9499
- name: Hybrid Simple Example
95100
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
96101
run: |
@@ -214,6 +219,11 @@ jobs:
214219
cmake --build build --parallel 2 --config Release
215220
./build/Release/build
216221
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+
217227
- name: Hybrid Simple Example
218228
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
219229
run: |

0 commit comments

Comments
 (0)