mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Merge pull request #32574 from m-kuhn/fix_orfeo_link
[travis] Fix link to OTB binaries
This commit is contained in:
commit
8cf5209a52
@ -143,7 +143,7 @@ RUN locale-gen
|
||||
RUN echo "alias python=python3" >> ~/.bash_aliases
|
||||
|
||||
# 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 QT_SELECT=5
|
||||
|
Loading…
x
Reference in New Issue
Block a user