Skip to content

Commit 0d50e62

Browse files
committed
Add automatic doc build
1 parent ea4857a commit 0d50e62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ Python 2.6:
2828
- python2.6
2929
except:
3030
- tags
31+
32+
Documentation:
33+
script:
34+
- EXTRA_INSTALL="numpy"
35+
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh
36+
- ". ./build-docs.sh"
37+
tags:
38+
- python3.5
39+
only:
40+
- master

doc/upload-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#! /bin/sh
22

3-
rsync --progress --verbose --archive --delete .build/html/* doc-upload:doc/meshpy
3+
rsync --verbose --archive --delete .build/html/* doc-upload:doc/meshpy

0 commit comments

Comments
 (0)