aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-08 14:33:28 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-07-08 15:22:30 +0200
commitedf2d9e4f3e295f396a6cd907d7a7e8a4931df29 (patch)
treedba0e474de62dcb9fd2e28318f17502c8c098293
parent3dc7d7d1d1fcda60c637fb578e9d8a7140fb4cd4 (diff)
downloadPROJ-edf2d9e4f3e295f396a6cd907d7a7e8a4931df29.tar.gz
PROJ-edf2d9e4f3e295f396a6cd907d7a7e8a4931df29.zip
travis/osx/before_install.sh: remove most brew actions and doc building
Brew is just to unstable
-rwxr-xr-xtravis/osx/before_install.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index 4c3dbdb2..5af2fd7a 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -4,19 +4,19 @@ set -e
export PATH=$HOME/Library/Python/3.7/bin:$PATH
-brew unlink python@2
-brew update
+#brew unlink python@2
+#brew update
brew install ccache
#brew upgrade sqlite3
#brew upgrade libtiff
-brew install doxygen graphviz
+#brew install doxygen graphviz
#brew install md5sha1sum
#brew reinstall python
-brew reinstall wget
+#brew reinstall wget
./travis/before_install_pip.sh
-pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe
-which sphinx-build
+# pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe
+# which sphinx-build
-(cd docs; make html)
+# (cd docs; make html)