File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 63
63
run : |
64
64
ctest --preset=${{env.BUILD_DEV_ALL_PRESET}} --parallel 2
65
65
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
+
66
71
- name : Install
67
72
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
68
73
run : |
@@ -110,7 +115,7 @@ jobs:
110
115
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
111
116
run : |
112
117
cmake --build . --target run_hybrid_depchaining_example_linux
113
-
118
+
114
119
- name : Hybrid Target Info Example
115
120
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
116
121
run : |
@@ -174,6 +179,11 @@ jobs:
174
179
cat ../codecov.yml | curl --data-binary @- https://codecov.io/validate
175
180
bash <(curl -s https://codecov.io/bash) -f coverage_truncated.info || echo "Codecov did not collect coverage reports"
176
181
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
+
177
187
- name : Install
178
188
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
179
189
run : |
You can’t perform that action at this time.
0 commit comments