Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
|
@@ -1,6 +1,6 @@ |
|
|
#!/usr/bin/env bash |
|
|
|
|
|
set -e |
|
|
#set -e |
|
|
|
|
|
# locale-gen en_US.UTF-8 |
|
|
# export LANG=en_US.UTF-8 |
|
@@ -14,7 +14,7 @@ ccache -z |
|
|
|
|
|
cd /root/QGIS |
|
|
|
|
|
sleep 20 |
|
|
#sleep 20 |
|
|
|
|
|
printf "[qgis_test]\nhost=postgres\nport=5432\ndbname=qgis_test\nuser=docker\npassword=docker" > ~/.pg_service.conf |
|
|
export PGUSER=docker |
|
@@ -49,9 +49,15 @@ cmake \ |
|
|
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so |
|
|
export CTEST_BUILD_COMMAND="/usr/bin/ninja" |
|
|
|
|
|
ls -la --full-time python/plugins/processing/tests/testdata/expected/polys_centroid.* |
|
|
|
|
|
ninja |
|
|
|
|
|
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 |
|
|
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -R ProcessingQgisAlgorithmsTest -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure |
|
|
|
|
|
find / -iname "*.shp" |
|
|
|
|
|
#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 |
|
|
|
|
|
ccache -s |
|
|
|
|
|
|
|
@@ -1,5 +1,3 @@ |
|
|
|
|
|
|
|
|
FROM ubuntu:16.04 |
|
|
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com> |
|
|
|
|
@@ -20,6 +18,7 @@ RUN apt-get update \ |
|
|
dh-python \ |
|
|
flex \ |
|
|
gdal-bin \ |
|
|
git \ |
|
|
graphviz \ |
|
|
grass-dev \ |
|
|
libexpat1-dev \ |
|
@@ -103,8 +102,6 @@ ENV QT_SELECT=5 |
|
|
# RUN ${CC} --version |
|
|
# RUN ${CXX} --version |
|
|
|
|
|
RUN apt-get install -y git |
|
|
|
|
|
# RUN locale-gen en_US.UTF-8 |
|
|
# ENV LANG=en_US.UTF-8 |
|
|
# ENV LANGUAGE=en_US:en |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.