branch: elpa/org-drill commit 533a3a84ee91091ab98b0c5c6e68374fa2d9f486 Author: Phillip Lord <[email protected]> Commit: Phillip Lord <[email protected]>
Add gitlab-ci.yml
---
.gitlab-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000..e9a008eeb2
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,5 @@
+image: "silex/emacs:26.2-dev"
+
+test:
+ script:
+ - make test
