There was an error while loading. Please reload this page.
1 parent 6941cb8 commit 81d07e4Copy full SHA for 81d07e4
1 file changed
test/foss/README.md
@@ -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