From bcc97fadee69ece9a8fba508be08f61023fd0dc0 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 29 Apr 2021 16:10:51 +0200
Subject: [PATCH] add stage to generate gource history automatically

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 039e43ba1..ad2d772ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,15 @@ doc-tests:v1.6:
     - julia --project=@. --color=yes test/doctests.jl
   <<: *global_settings
 
+# Documentation history
+# --------------------------------------
+
+doc-gource:
+  stage: documentation
+  image: $CI_REGISTRY/r3/docker/gource
+  script: [ "true" ]
+  <<: *global_settings
+
 # Test Docker run with Julia v1.6
 # --------------------------------------
 
-- 
GitLab