diff options
| author | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
| commit | 6ac1f5088c537173bc8d5c66d96570a1d13c0255 (patch) | |
| tree | 7845f93bb6afde433166a8def59f3bea1cabfc81 /travis/docker.sh | |
| parent | a31d6084a4e3c33a648b884df43f1edcd5191deb (diff) | |
| download | PROJ-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/docker.sh')
| -rwxr-xr-x | travis/docker.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/docker.sh b/travis/docker.sh new file mode 100755 index 00000000..aef7f2d2 --- /dev/null +++ b/travis/docker.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# proj.4 image has all of the Sphinx +# dependencies need to build proj.4's docs + +docker pull osgeo/proj.4 + + |
