mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
release-checklist: escape semicolon in shell example
This commit is contained in:
parent
97508498db
commit
503e9fb3c5
@ -4,7 +4,8 @@
|
||||
|
||||
* Review the testing checklist (doc/testing-checklist.md)
|
||||
* clang-tidy check with something like:
|
||||
* `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-11;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..`
|
||||
* `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-15\;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..`
|
||||
or
|
||||
* `scan-build cmake .. && scan-build make`
|
||||
* Verify that rust + python compile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user