summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
blob: 56768f7ca9ab2fd80d09a01fe3258e7f6c908a2e (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
26
27
28
29
30
31
32
33
wallet_test:
  stage: test
  only:
    changes:
      - wallet/**/*
      - taler-kotlin-common/**/*
      - build.gradle
  script: ./gradlew :wallet:check :wallet:assembleRelease
  artifacts:
    paths:
      - wallet/build/reports/lint-results.html
    expire_in: 1 week

wallet_deploy_nightly:
  stage: deploy
  resource_group: deploy_nightly
  only:
    changes:
      - wallet/**/*
    refs:
      - master
  needs: ["wallet_test"]
  script:
    # Ensure that key exists
    - test -z "$DEBUG_KEYSTORE" && exit 0
    # Build the APK
    - ./gradlew :wallet:assembleNightlyDebug
    # START only needed while patch not accepted/released upstream
    - apt update && apt install patch
    - patch -b /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch
    # END
    - fdroid --version
    - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6