Merge pull request #32574 from m-kuhn/fix_orfeo_link

[travis] Fix link to OTB binaries
This commit is contained in:
Matthias Kuhn 2019-11-01 12:33:23 +01:00 committed by GitHub
commit 8cf5209a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ RUN locale-gen
RUN echo "alias python=python3" >> ~/.bash_aliases RUN echo "alias python=python3" >> ~/.bash_aliases
# OTB: download and install otb packages for QGIS tests # OTB: download and install otb packages for QGIS tests
RUN curl -k https://orfeo-toolbox.org/qgis/OTB-Linux64.run -o /tmp/OTB-Linux64.run && sh /tmp/OTB-Linux64.run --target /opt/otb RUN curl -k https://www.orfeo-toolbox.org/packages/OTB-7.0.0-Linux64.run -o /tmp/OTB-Linux64.run && sh /tmp/OTB-Linux64.run --target /opt/otb
ENV OTB_INSTALL_DIR=/opt/otb ENV OTB_INSTALL_DIR=/opt/otb
ENV QT_SELECT=5 ENV QT_SELECT=5