summaryrefslogtreecommitdiff
path: root/example/engine.yaml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-02-02 17:05:02 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-02-02 17:05:02 +0100
commit1182531ed31ccff36e26121ae0cc5b3243669317 (patch)
tree98ea9ccb5e89ae0c3250e24a9ceb95dae53f77d5 /example/engine.yaml
parent2f4e334f432f56ba9da8bace16ca89d76fd546e7 (diff)
downloadrules-sandbox-1182531ed31ccff36e26121ae0cc5b3243669317.tar.gz
rules-sandbox-1182531ed31ccff36e26121ae0cc5b3243669317.tar.bz2
rules-sandbox-1182531ed31ccff36e26121ae0cc5b3243669317.tar.xz
rules-sandbox-1182531ed31ccff36e26121ae0cc5b3243669317.zip
Creating engine.yaml and engine.ninja generator.
Diffstat (limited to 'example/engine.yaml')
-rw-r--r--example/engine.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/example/engine.yaml b/example/engine.yaml
new file mode 100644
index 0000000..e4216ea
--- /dev/null
+++ b/example/engine.yaml
@@ -0,0 +1,17 @@
+dbDir: db
+jobs:
+ - name: acme
+ modules:
+ - foo
+ - bar
+
+ - name: acme-apps
+ inputs:
+ - acme
+
+ - name: acme-wireguard
+ inputs:
+ - acme
+ modules:
+ - foo
+ - $MODULE_HOME/bar