Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some cleanup
  • Loading branch information
m-kuhn committed Sep 22, 2017
1 parent 502bb89 commit 56a4607
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .ci/travis/linux/script.sh
Expand Up @@ -17,10 +17,6 @@ set -e

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

docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps

mkdir -p $CCACHE_DIR

docker-compose -f $DOCKER_COMPOSE run --rm qgis-deps

popd
11 changes: 0 additions & 11 deletions .docker/Dockerfile
Expand Up @@ -3,8 +3,6 @@ MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>

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

ENV CORES 8

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:ubuntugis/ubuntugis-unstable \
Expand Down Expand Up @@ -100,13 +98,4 @@ ENV CXX=/usr/lib/ccache/clang++
ENV QT_SELECT=5
ENV LANG=C.UTF-8

# RUN cmake --version
# RUN ${CC} --version
# RUN ${CXX} --version

# RUN locale-gen en_US.UTF-8
# ENV LANG=en_US.UTF-8
# ENV LANGUAGE=en_US:en
# ENV LC_ALL=en_US.UTF-8

CMD /root/QGIS/.ci/travis/linux/docker-build-test.sh

0 comments on commit 56a4607

Please sign in to comment.