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

Skip to content

Commit cb6ef78

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent 53137db commit cb6ef78

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
run: |
6464
ctest --preset=${{env.BUILD_DEV_ALL_PRESET}} --parallel 2
6565
66+
- name: Bootstrap through CMake
67+
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
68+
run: |
69+
cmake --build . --target run_buildcc_lib_bootstrap_linux_gcc
70+
6671
- name: Install
6772
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
6873
run: |
@@ -110,7 +115,7 @@ jobs:
110115
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
111116
run: |
112117
cmake --build . --target run_hybrid_depchaining_example_linux
113-
118+
114119
- name: Hybrid Target Info Example
115120
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
116121
run: |
@@ -174,6 +179,11 @@ jobs:
174179
cat ../codecov.yml | curl --data-binary @- https://codecov.io/validate
175180
bash <(curl -s https://codecov.io/bash) -f coverage_truncated.info || echo "Codecov did not collect coverage reports"
176181
182+
- name: Bootstrap through CMake
183+
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
184+
run: |
185+
cmake --build . --target run_buildcc_lib_bootstrap_linux_gcc
186+
177187
- name: Install
178188
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
179189
run: |

0 commit comments

Comments
 (0)