summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 9b4c4c0e1077b91844ea08f2bc27449a852422d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
image: briar/ci-image-android:latest

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

stages:
  - test
  - deploy

before_script:
  - ./bootstrap

include:
  - local: 'cashier/.gitlab-ci.yml'
  - local: 'merchant-lib/.gitlab-ci.yml'
  - local: 'merchant-terminal/.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/