From 3601a1c20c3fcb2e2564c2c5c53549b04fff9fe5 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 8 Aug 2016 15:17:15 -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..a99970a9 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 mako"
+  - 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 fbe47d73..c4d621d9 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/sumpy
+rsync --verbose --archive --delete _build/html/* doc-upload:doc/sumpy
-- 
GitLab