Browse Source

Add testing to gitlab CI

master
Gwendal 7 years ago
parent
commit
fb95896737
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      .gitlab-ci.yml

+ 9
- 9
.gitlab-ci.yml View File

@ -27,13 +27,13 @@ build:
paths: paths:
- build/libs - build/libs
#test:
# stage: test
# script: gradle check
# cache:
# key: "$CI_COMMIT_REF_NAME"
# policy: pull
# paths:
# - build
# - .gradle
test:
stage: test
script: gradle check
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- build
- .gradle

Loading…
Cancel
Save