aboutsummaryrefslogtreecommitdiff
path: root/travis/build_docs.sh
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2016-03-03 09:55:26 -0600
committerHoward Butler <howard@hobu.co>2016-03-03 09:55:26 -0600
commit6ac1f5088c537173bc8d5c66d96570a1d13c0255 (patch)
tree7845f93bb6afde433166a8def59f3bea1cabfc81 /travis/build_docs.sh
parenta31d6084a4e3c33a648b884df43f1edcd5191deb (diff)
downloadPROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.tar.gz
PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.zip
Build and deploy proj4.org website with every commit to the
master branch. proj4.org uses the Sphinx documentation stack, and it is located in the ./docs directory.
Diffstat (limited to 'travis/build_docs.sh')
-rwxr-xr-xtravis/build_docs.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/travis/build_docs.sh b/travis/build_docs.sh
new file mode 100755
index 00000000..cc8f5ccd
--- /dev/null
+++ b/travis/build_docs.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd docs
+echo "building docs for $TRAVIS_BUILD_DIR/docs"
+docker run -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj.4 make html
+
+