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