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 11#! /usr/bin/env bash
22
3- set -e
3+ # set -e
44
55# locale-gen en_US.UTF-8
66# export LANG=en_US.UTF-8
@@ -14,7 +14,7 @@ ccache -z
1414
1515cd /root/QGIS
1616
17- sleep 20
17+ # sleep 20
1818
1919printf " [qgis_test]\nhost=postgres\nport=5432\ndbname=qgis_test\nuser=docker\npassword=docker" > ~ /.pg_service.conf
2020export PGUSER=docker
@@ -49,9 +49,15 @@ cmake \
4949export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
5050export CTEST_BUILD_COMMAND=" /usr/bin/ninja"
5151
52+ ls -la --full-time python/plugins/processing/tests/testdata/expected/polys_centroid.*
53+
5254ninja
5355
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
5561
5662ccache -s
5763
Original file line number Diff line number Diff line change 1-
2-
31FROM ubuntu:16.04
42MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
53
@@ -20,6 +18,7 @@ RUN apt-get update \
2018 dh-python \
2119 flex \
2220 gdal-bin \
21+ git \
2322 graphviz \
2423 grass-dev \
2524 libexpat1-dev \
@@ -103,8 +102,6 @@ ENV QT_SELECT=5
103102# RUN ${CC} --version
104103# RUN ${CXX} --version
105104
106- RUN apt-get install -y git
107-
108105# RUN locale-gen en_US.UTF-8
109106# ENV LANG=en_US.UTF-8
110107# ENV LANGUAGE=en_US:en
You can’t perform that action at this time.
0 commit comments