File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- set -e
3
+ # set -e
4
4
5
5
# locale-gen en_US.UTF-8
6
6
# export LANG=en_US.UTF-8
@@ -14,7 +14,7 @@ ccache -z
14
14
15
15
cd /root/QGIS
16
16
17
- sleep 20
17
+ # sleep 20
18
18
19
19
printf " [qgis_test]\nhost=postgres\nport=5432\ndbname=qgis_test\nuser=docker\npassword=docker" > ~ /.pg_service.conf
20
20
export PGUSER=docker
@@ -49,9 +49,15 @@ cmake \
49
49
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
50
50
export CTEST_BUILD_COMMAND=" /usr/bin/ninja"
51
51
52
+ ls -la --full-time python/plugins/processing/tests/testdata/expected/polys_centroid.*
53
+
52
54
ninja
53
55
54
- python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E " $( cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r ' /^(#.*?)?$/d' | paste -sd ' |' -) " -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
56
+ python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -R ProcessingQgisAlgorithmsTest -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
57
+
58
+ find / -iname " *.shp"
59
+
60
+ # python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
55
61
56
62
ccache -s
57
63
Original file line number Diff line number Diff line change 1
-
2
-
3
1
FROM ubuntu:16.04
4
2
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
5
3
@@ -20,6 +18,7 @@ RUN apt-get update \
20
18
dh-python \
21
19
flex \
22
20
gdal-bin \
21
+ git \
23
22
graphviz \
24
23
grass-dev \
25
24
libexpat1-dev \
@@ -103,8 +102,6 @@ ENV QT_SELECT=5
103
102
# RUN ${CC} --version
104
103
# RUN ${CXX} --version
105
104
106
- RUN apt-get install -y git
107
-
108
105
# RUN locale-gen en_US.UTF-8
109
106
# ENV LANG=en_US.UTF-8
110
107
# ENV LANGUAGE=en_US:en
You can’t perform that action at this time.
0 commit comments