File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
22
pushd ${HOME}
23
23
24
24
# fetching data from github should be just as fast as S3
25
- curl -L https://github.com/opengisch/osgeo4travis/archive/qt5bin.tar.gz | tar -xzC /home/travis --strip-components=1
25
+ curl -L https://github.com/opengisch/osgeo4travis/archive/qt5bin.tar.gz | tar --strip-components=1 -xz -C /home/travis &
26
+ SETUP_OSGEO4W_PID=$!
27
+
28
+ mkdir /home/travis/osgeo4travis
26
29
27
30
# other dependencies live in a cached folder
28
31
pushd depcache
@@ -34,6 +37,8 @@ tar --strip-components=1 -zx -f cmake-3.5.0-Linux-x86_64.tar.gz -C /home/travis/
34
37
[[ -f OTB-5.6.0-Linux64.run ]] || curl -O https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-5.6.0-Linux64.run
35
38
sh ./OTB-5.6.0-Linux64.run
36
39
40
+ wait $SETUP_OSGEO4W_PID
41
+
37
42
popd
38
43
popd
39
44
You can’t perform that action at this time.
0 commit comments