Browse Source
performance: Cache submodule Gradle directories on the CI server
1.13.x-indev
1 changed files with
2 additions and
0 deletions
-
.gitlab-ci.yml
|
|
@@ -8,6 +8,8 @@ build: |
|
|
|
cache: |
|
|
|
paths: |
|
|
|
- .gradle |
|
|
|
- lib/OrbisAPI/.gradle |
|
|
|
- lib/Phosphor/.gradle |
|
|
|
script: |
|
|
|
- export SIGN_BUILD=true |
|
|
|
- ./gradlew build |
|
|
|