Skip to content
Snippets Groups Projects
Commit 3601a1c2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add doc autobuild

parent 976b1ce4
No related branches found
No related tags found
No related merge requests found
......@@ -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
#! /bin/sh
rsync --progress --verbose --archive --delete _build/html/* doc-upload:doc/sumpy
rsync --verbose --archive --delete _build/html/* doc-upload:doc/sumpy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment