Skip to content
Snippets Groups Projects
Commit 1e845753 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Caching

parent e874a585
No related branches found
No related tags found
No related merge requests found
...@@ -11,17 +11,12 @@ variables: ...@@ -11,17 +11,12 @@ variables:
GIT_SUBMODULE_STRATEGY: none GIT_SUBMODULE_STRATEGY: none
GIT_SUBMODULE_OPTS: "--remote --recursive --init --recommend-shallow" GIT_SUBMODULE_OPTS: "--remote --recursive --init --recommend-shallow"
MAVEN_CLI_OPTS: "--batch-mode" MAVEN_CLI_OPTS: "--batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" MAVEN_OPTS: "-Dmaven.repo.local=/cache/maven.repository"
MAVEN_BUILD_OPTS: "-Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true" MAVEN_BUILD_OPTS: "-Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true"
MAVEN_TEST_OPTS: "-Dbuild.tests=true" MAVEN_TEST_OPTS: "-Dbuild.tests=true"
MAVEN_BUILD_DIR: "-Duser.dir=/builds/$CI_PROJECT_PATH" MAVEN_BUILD_DIR: "-Duser.dir=/builds/$CI_PROJECT_PATH"
cache:
key: Default
paths:
- .m2/repository/
build: build:
stage: build stage: build
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment