Skip to content
Snippets Groups Projects
Commit 30e36701 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: try 6.7.0 OTB packages

parent 2526dc03
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ git:
env:
global:
- OTB_VER=6.6.1
# - OTB_URL=https://www.orfeo-toolbox.org/packages/archives/OTB
- OTB_URL=https://www.orfeo-toolbox.org/packages/ci/latest
- OTB_VER=6.7.0
matrix:
include:
......@@ -15,7 +17,7 @@ matrix:
sudo: required
before_install:
- sudo apt-get install -y ninja-build libglvnd-dev libglu1-mesa-dev
- sudo pip install numpy
- sudo pip3 install numpy
env:
- OTB_OS=Linux64
- os: osx
......@@ -26,7 +28,7 @@ matrix:
- OTB_OS=Darwin64
install:
- wget https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-${OTB_VER}-${OTB_OS}.run
- wget ${OTB_URL}/OTB-${OTB_VER}-${OTB_OS}.run
- chmod +x OTB-${OTB_VER}-${OTB_OS}.run
- ./OTB-${OTB_VER}-${OTB_OS}.run --target xdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment