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 ea4857a commit 0d50e62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -28,3 +28,13 @@ Python 2.6:
- python2.6
except:
- 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
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/meshpy
rsync --verbose --archive --delete .build/html/* doc-upload:doc/meshpy

0 comments on commit 0d50e62

Please sign in to comment.