diff --git a/README.md b/README.md index 7a3f4e6fd07661d933cfced19cb147def9e476eb..5f27e1f7a89c29c54a1a2fe65495b43b23f93594 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,18 @@ The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfCon participants to all modes of communication within the project. For the llvm construction of openharmony, please refer to [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md). + +## run pipeline to check +Write comments to check regression tests and common test suites +``` +ggw build start +ggw build start toolchain simple +``` +Write comment to check regression tests, common test suites and ace tests +``` +ggw build start toolchain full +``` +Write comment to check regression tests, common test suites and lldb-api tests +``` +ggw build start toolchain debugger +``` \ No newline at end of file