Skip to content

Commit

Permalink
Add automatic doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 8, 2016
1 parent d4e958b commit 04b9fef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -34,3 +34,12 @@ Python 3.5 Titan:
- nvidia-titan-black
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
2 changes: 1 addition & 1 deletion doc/upload-docs.sh
@@ -1,3 +1,3 @@
#! /bin/sh

rsync --progress --verbose --archive --delete build/html/* doc-upload:doc/pycuda
rsync --verbose --archive --delete build/html/* doc-upload:doc/pycuda

0 comments on commit 04b9fef

Please sign in to comment.