diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-06 19:25:05 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-06 19:25:05 +0000 |
| commit | 1c2b8de600ce6cf626d1cdfe6f06d41753efd897 (patch) | |
| tree | 135afebcf7f422db80ede5cbe6db0a8e3f328018 /travis | |
| parent | 1e2f1cc804d1d307896bb15b35a1d7d2ea214132 (diff) | |
| download | PROJ-1c2b8de600ce6cf626d1cdfe6f06d41753efd897.tar.gz PROJ-1c2b8de600ce6cf626d1cdfe6f06d41753efd897.zip | |
data/Makefile.am: add detection of md5sum utility, and install md5sha1sum on MacOSX Travis
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/osx/before_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index a5d40af5..964fbc67 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -8,6 +8,7 @@ brew update brew install ccache brew install sqlite3 brew install doxygen +brew install md5sha1sum export PATH=$HOME/Library/Python/2.7/bin:$PATH # breathe=4.12.0 is the last version to work for us with sphinx 1.8.5 / Python 2 |
