From fc7d1a7d8a959abed6666cbbcc6fd0e4a6448a45 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 8 Aug 2016 15:24:00 -0500
Subject: [PATCH] Add doc autobuild

---
 .gitlab-ci.yml     | 9 +++++++++
 doc/upload-docs.sh | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d23b675..ffd202a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,3 +22,12 @@ Python 3.5 POCL:
   - pocl
   except:
   - tags
+Documentation:
+  script:
+  - EXTRA_INSTALL="numpy"
+  - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh
+  - ". ./build-docs.sh"
+  tags:
+  - python3.5
+  only:
+  - master
diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh
index 04ba9f2d..a4d6ad01 100755
--- a/doc/upload-docs.sh
+++ b/doc/upload-docs.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-rsync --progress --verbose --archive --delete _build/html/* doc-upload:doc/grudge
+rsync --verbose --archive --delete _build/html/* doc-upload:doc/grudge
-- 
GitLab