diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-18 07:57:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-18 08:00:01 +0300 |
commit | 27d78b81bc7e5c7f17389e3ed8f1dc8eab0cf4ee (patch) | |
tree | 188bde0f43a2e80207752ba501952ecb49977b49 /tools/ci/branches | |
parent | 74701b17fc28be2a9d293760dcb0935d4d45a006 (diff) | |
download | plus-27d78b81bc7e5c7f17389e3ed8f1dc8eab0cf4ee.tar.gz plus-27d78b81bc7e5c7f17389e3ed8f1dc8eab0cf4ee.tar.bz2 plus-27d78b81bc7e5c7f17389e3ed8f1dc8eab0cf4ee.tar.xz plus-27d78b81bc7e5c7f17389e3ed8f1dc8eab0cf4ee.zip |
Add gitstatsh ci script for git stats [ci skip]
Diffstat (limited to 'tools/ci/branches')
-rw-r--r-- | tools/ci/branches/ci_site/.gitlab-ci.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml index fa358cbcc..ab429ac48 100644 --- a/tools/ci/branches/ci_site/.gitlab-ci.yml +++ b/tools/ci/branches/ci_site/.gitlab-ci.yml @@ -103,6 +103,24 @@ gitstats: tags: - docker +gitstatsh: + stage: build + script: + - ./tools/ci/scripts/clonesrc.sh + - cd manaplus + - ./tools/ci/jobs/gitstatsh.sh + artifacts: + paths: + - manaplus/stats2 + expire_in: 3 week + when: always + dependencies: [] + variables: + GIT_DEPTH: "100000" + PACKAGES: git-core python python-pip zlib1g + tags: + - docker + # stats pages: @@ -117,6 +135,7 @@ pages: dependencies: - doxygen - gitstats + - gitstatsh - gcc-7_tests_gcov - gcc-7_sdl2_tests_gcov variables: |