summaryrefslogtreecommitdiff
path: root/merchant-lib/.gitlab-ci.yml
blob: 8f7c7c2c590f24f2a7350f9fbd22753b1362cdfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
merchant_lib_test:
  stage: test
  only:
    changes:
      - taler-kotlin-common/**/*
      - merchant-lib/**/*
      - build.gradle
  script: ./gradlew :merchant-lib:check
  artifacts:
    paths:
      - merchant-lib/build/reports/lint-results.html
    expire_in: 1 week