Skip to content
Snippets Groups Projects
Commit 2d4d4055 authored by Johannes Mey's avatar Johannes Mey
Browse files

Merge branch 'feature/ci' into 'develop'

Feature/ci

See merge request jastadd/relast-preprocessor!1
parents aeb1e3f9 e99c9beb
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- test
build:
image: openjdk:8
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- .gradle
test:
image: openjdk:8
stage: test
script:
- ./gradlew --console=plain --no-daemon test
artifacts:
reports:
junit: build/test-results/test/**/TEST-*.xml
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- .gradle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment