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

Add doc autobuild

parent 8e77192d
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,12 @@ Python 3.5 POCL: ...@@ -22,3 +22,12 @@ Python 3.5 POCL:
- pocl - pocl
except: except:
- tags - 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
#! /bin/sh #! /bin/sh
rsync --progress --verbose --archive --delete _build/html/* doc-upload:doc/grudge rsync --verbose --archive --delete _build/html/* doc-upload:doc/grudge
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