Skip to content

Commit 12e5b72

Browse files
committedSep 28, 2017
Some cleanup
1 parent 64ec204 commit 12e5b72

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed
 

‎.ci/travis/linux/script.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ set -e
1717

1818
DIR=$(git rev-parse --show-toplevel)/.docker
1919

20-
docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps
21-
2220
mkdir -p $CCACHE_DIR
2321

2422
docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps
25-
26-
popd

‎.docker/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
33

44
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
55

6-
ENV CORES 8
7-
86
RUN apt-get update \
97
&& apt-get install -y software-properties-common \
108
&& add-apt-repository ppa:ubuntugis/ubuntugis-unstable \
@@ -100,13 +98,4 @@ ENV CXX=/usr/lib/ccache/clang++
10098
ENV QT_SELECT=5
10199
ENV LANG=C.UTF-8
102100

103-
# RUN cmake --version
104-
# RUN ${CC} --version
105-
# RUN ${CXX} --version
106-
107-
# RUN locale-gen en_US.UTF-8
108-
# ENV LANG=en_US.UTF-8
109-
# ENV LANGUAGE=en_US:en
110-
# ENV LC_ALL=en_US.UTF-8
111-
112101
CMD /root/QGIS/.ci/travis/linux/docker-build-test.sh

0 commit comments

Comments
 (0)
Please sign in to comment.