Skip to content

Commit 81d07e4

Browse files
committed
Add documentation on how to add new projects
1 parent 6941cb8 commit 81d07e4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test/foss/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# How to add a new project:
2+
3+
- Create a folder with the name of the project.
4+
- place an init.sh script in the folder, this script should:
5+
- Clone the test project into a folder named `test-proj`.
6+
- To ensure the project doesn't change over time, check out a specific tag or commit instead of a branch!
7+
- Copy the .bazelversion file from the templates directory.
8+
- Append the WORKSPACE.template file to the WORKSPACE file of the project.
9+
- Append the codechecker rules to the BUILD file of the project.

0 commit comments

Comments
 (0)