From 76ad2d74012c408788473c3b495076c96666b27c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jan 2017 04:05:51 +0300 Subject: Add pages generation with doxygen docs and git stats. Pages can be accesed at http://stats.manaplus.org/ --- tools/ci/jobs/gitstats.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/ci/jobs/gitstats.sh (limited to 'tools/ci/jobs/gitstats.sh') diff --git a/tools/ci/jobs/gitstats.sh b/tools/ci/jobs/gitstats.sh new file mode 100755 index 000000000..a7040bd03 --- /dev/null +++ b/tools/ci/jobs/gitstats.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +export LOGFILE=gitstats.log + +source ./tools/ci/scripts/init.sh + +aptget_install python zlib1g git-core gnuplot + +tools/ci/scripts/retry.sh git clone https://github.com/hoxu/gitstats.git gitstats +gitstats/gitstats . stats +check_error $? -- cgit v1.2.3-60-g2f50