summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-14 23:08:00 +0100
committera14m <[email protected]>2020-12-15 13:50:41 +0100
commit566dcf3e818a30da809ea448e165ee4b0f83ff58 (patch)
tree0ca82fd9461e8f886e6572a50ef9eeb1659234c4 /.gitlab-ci.yml
parent50a9f841d6b27a0c842bf5127940d4989a621d10 (diff)
Add the placeholder structure for rust package
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28e0986..8bf12f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,4 +8,13 @@ ruby:
strategy: depend
rules:
- changes:
- - CLI/ruby/**/*
+ - CLI/ruby/*
+
+rust:
+ stage: triggers
+ trigger:
+ include: CLI/rust/.gitlab-ci.yml
+ strategy: depend
+ rules:
+ - changes:
+ - CLI/rust/*