Skip to content

Commit

Permalink
Revert "minor fixes"
Browse files Browse the repository at this point in the history
This reverts commit 24c3ae1.
  • Loading branch information
3nids authored and m-kuhn committed Sep 16, 2017
1 parent 5b84479 commit e8bd70b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions .docker/Dockerfile-build-test
Expand Up @@ -2,10 +2,7 @@
FROM qgis/qgis3-build-deps:current_build
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>

RUN ls /root/.ccache


COPY . /root/QGIS



RUN /root/QGIS/.docker/docker-build-test.sh
RUN echo "DDDD"
RUN /root/QGIS/.ci/travis/linux/docker-build-test.sh
12 changes: 7 additions & 5 deletions .docker/docker-compose.travis.yml
Expand Up @@ -3,16 +3,18 @@ services:
postgres:
image: kartoza/postgis:9.5-2.2
environment:
- ALLOW_IP_RANGE=172.18.0.0/16
- ALLOW_IP_RANGE="172.18.0.0/16"

qgis-build-and-test:
build:
context: ..
dockerfile: .docker/Dockerfile-build-test
# tty: true
context: .
dockerfile: Dockerfile-build-test
args:
DOCKER_TAG: ${DOCKER_TAG}
tty: true
image: qgis/qgis3-run:${DOCKER_TAG}
volumes:
- ${TRAVIS_BUILD_DIR}:/root/QGIS-host
- ${TRAVIS_BUILD_DIR}:/root/QGIS
- $HOME/.ccache:/root/.ccache # if changed, also change env var
links:
- postgres
Expand Down

0 comments on commit e8bd70b

Please sign in to comment.