summaryrefslogtreecommitdiff
path: root/integrationtests/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-18 21:33:05 +0300
committerPaul Buetow <paul@buetow.org>2023-06-18 21:33:05 +0300
commit8ab41dc0d90730009f5d547bbfaab93d5dd9496a (patch)
tree89cd2d1dd3a3bd1ec2bfeddc8e4fa23650566c80 /integrationtests/Taskfile.yml
parentacb13e2ccea7fcef31894ea3b1bad2718ed85737 (diff)
initial ingegrationtests
Diffstat (limited to 'integrationtests/Taskfile.yml')
-rw-r--r--integrationtests/Taskfile.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/integrationtests/Taskfile.yml b/integrationtests/Taskfile.yml
new file mode 100644
index 0000000..1f87f1c
--- /dev/null
+++ b/integrationtests/Taskfile.yml
@@ -0,0 +1,12 @@
+version: '3'
+
+tasks:
+ earth:
+ cmds:
+ - ../gorum -cfg gorum-earth.json
+ mars:
+ cmds:
+ - ../gorum -cfg gorum-mars.json
+ uranus:
+ cmds:
+ - ../gorum -cfg gorum-uranus.json