summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc8dea37fc..a0848a8779 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -270,6 +270,16 @@ skyrim_coverage:
PROJECT: "skyrim"
<<: *coverage_template
+rex:
+ variables:
+ PROJECT: "rex"
+ <<: *build_template
+
+rex_coverage:
+ variables:
+ PROJECT: "rex"
+ <<: *coverage_template
+
ec_coverage:
stage: test
needs: []