summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6dc44267d7201c6da771252a28c97333a95c04c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: registry.gitlab.com/fdroid/ci-images-client:latest

cache:
  paths:
    - .gradle/wrapper
    - .gradle/caches

stages:
  - test
  - deploy

include:
  - local: 'cashier/.gitlab-ci.yml'
  - local: 'merchant-lib/.gitlab-ci.yml'
  - local: 'merchant-terminal/.gitlab-ci.yml'
  - local: 'taler-kotlin-common/.gitlab-ci.yml'
  - local: 'taler-kotlin-android/.gitlab-ci.yml'
  - local: 'wallet/.gitlab-ci.yml'

after_script:
  # this file changes every time but should not be cached
  - rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
  - rm -fr $GRADLE_USER_HOME/caches/*/plugin-resolution/