From ac492388c215033c176b131892c97f78df230760 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Thu, 25 Aug 2022 12:06:27 +0200 Subject: [PATCH] Testing variant publishing - update to the latest version of relast preprocessor - store generated classes in test job for pages job --- .gitlab-ci.yml | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f44746..f0f0fc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,9 @@ stages: artifacts: reports: junit: "*/build/test-results/test/TEST-*.xml" + paths: + - "src/gen" + expire_in: 1 week .publish_dev: stage: publish diff --git a/gradle.properties b/gradle.properties index 795bca0..d976f37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -preprocessor_version = 0.1.0-41 +preprocessor_version = 0.1.0-43 -- GitLab