summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 11:17:35 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 11:17:35 +0100
commit7877d52684f0c8084b9d36d1c279a34e9055b63e (patch)
tree90e6e25f4e75a51040e05fca95e4254aac0894e8 /.gitlab-ci.yml
parent2e0e858c5711cf521ad129719eb5ef1b80f7839e (diff)
downloadsubplot-7877d52684f0c8084b9d36d1c279a34e9055b63e.tar.gz
CI: Add .gitlab-ci.yml
This is a rudimentary CI configuration which hopefully will give us some basic confidence that we've not broken anything. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..fbe91b7
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+# CI configuration for subplot
+
+default:
+ image: registry.gitlab.com/subplot/subplot-container-images:main
+
+check:
+ stage: test
+ script:
+ - ./check -v