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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a33fe58..b774f17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,3 +44,11 @@ PyPy:
   - pypy
   except:
   - tags
+Documentation:
+  script:
+  - 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 372dcd1..91b6706 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/islpy
+rsync --verbose --archive --delete _build/html/* doc-upload:doc/islpy
-- 
GitLab