fix #146
[memoization.java.git] / build / docker / build-environment.yml
blob4b9763614e2d0712376119c300ae882b336c8d78
2 # This file is part of memoization.java. It is subject to the license terms in the LICENSE file found in the top-level
3 # directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of memoization.java,
4 # including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 # in the LICENSE file.
8 build:
9   image: maven:3.3.9-jdk-8
10   volumes:
11    - "../../:/code"
12    - "~/.m2/repository/:/repository"
13   working_dir: /code
14   external_links:
15    - nexus_nexus_1:nexus
16   command: mvn clean verify -s build/docker/settings.xml -Dmaven.repo.local=/repository