nnstreamer / TAOS-CI

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repositories although TAOS-CI is designed & implemented for NNStreamer repository. (Homepage: https://taos-ci.github.io/)
http://nnstreamer.mooo.com/TAOS-CI/ci/taos/
Apache License 2.0
118 stars 90 forks source link

Enable C++-Only mode for clang module #628

Closed myungjoo closed 4 years ago

myungjoo commented 4 years ago

Check C++ files only if "cxx-only" option is given so that clang-format won't process C files.

https://github.com/nnstreamer/nnstreamer/pull/2437 requires this. https://github.com/nnstreamer/nnstreamer/issues/2044 is related.

Changes in v2:

Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com

taos-ci commented 4 years ago

:memo: TAOS-CI Version: 1.5.20200324. Thank you for submitting PR #628. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://nnsuite.mooo.com/.

taos-ci commented 4 years ago

INFO: You can read if there are syntax errors in the our shellcheck report. Please read http://nnsuite.mooo.com/TAOS-CI/ci/repo-workers/pr-checker/628-202006051507590.26435589790344-4c5299e34f1c50ababbf43663c29f13dd838ff80/report/shellcheck_syntax_result.txt.

taos-ci commented 4 years ago

INFO: You can read if there are syntax errors in the our shellcheck report. Please read http://nnsuite.mooo.com/TAOS-CI/ci/repo-workers/pr-checker/628-202006091056290.38538193702698-1df14cee17e8239206bc917b60680edaf4800553/report/shellcheck_syntax_result.txt.

myungjoo commented 4 years ago

Tested. PTAL: @again4you @wooksong @jijoongmoon @helloahn @kparichay