File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed
Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 55 @echo " |"
66 @echo " make compile_clang | compile all tests with clang, -std=c++20 for warnings"
77 @echo " |"
8+ @echo " make compile_commented_snippets | compile code in @code...@endcode comments"
9+ @echo " |"
810 @echo " make check_format_lint | checks format with clang-format, then cppcheck"
911 @echo " |"
1012 @echo " make do_format | format with clang-format"
2224 @echo " | - these files are not compiled nor linted as part of ci"
2325 @echo " |"
2426 @echo " make print_which_tests_havent_run | mainly to check if all tests have run"
25- @echo " |"
26- @echo " make finish_running_tests | manually trigger CI every 15 minutes until all tests have run"
27- @echo " |"
28- @echo " make compile_commented_snippets | compile code in @code...@endcode comments"
2927
3028compile_gcc :
3129 ./scripts/compile_gcc.sh
@@ -57,8 +55,5 @@ update_main:
5755print_which_tests_havent_run :
5856 ./scripts/print_which_tests_havent_run.sh
5957
60- finish_running_tests :
61- ./scripts/finish_running_tests.sh
62-
6358compile_commented_snippets :
6459 ./scripts/compile_commented_snippets.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments