From 06a96b31d3341d4a007d5bc521db7a9655ca9007 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 28 Sep 2023 15:20:17 +0800 Subject: [PATCH] [3.4.0-map-sdk] --- .gitignore | 3 +-- .gitlab-ci.yml | 9 +++++++++ codequality/code_inspect_increment.gradle | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .gitlab-ci.yml diff --git a/.gitignore b/.gitignore index f11e27d274..3ec053d928 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ /build /captures .externalNativeBuild -.cxx -.gitlab-ci.yml \ No newline at end of file +.cxx \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..f6b2ad0e0e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - analyze + +inspect java and kotlin codes: + tags: + - apk + - android + stage: analyze + diff --git a/codequality/code_inspect_increment.gradle b/codequality/code_inspect_increment.gradle index 4b5e517f92..60baf24322 100644 --- a/codequality/code_inspect_increment.gradle +++ b/codequality/code_inspect_increment.gradle @@ -8,7 +8,7 @@ ext { } /** - * 增量开关 + * 增量开关, 给 lint 插件做增量扫描使用 */ def isIncrement = false