Skip to content
Snippets Groups Projects
Commit 2b5db4b4 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[Travis] Moved VTK binaries download to Azure storage.

parent b1523022
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -e
if [ ! -d "$HOME/VTK-Install/include" ]; then
cd $HOME
wget http://opengeosys.s3.amazonaws.com/ogs6-lib-sources/vtk-6.3.0.tar.gz
wget http://ogsstorage.blob.core.windows.net/jenkins/ogs6-lib-sources/vtk-6.3.0-binary.tar.gz
tar -xzf vtk-6.3.0.tar.gz
else
echo 'Using cached vtk directory.';
......
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