diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-08 16:09:49 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-08 16:13:59 +0100 |
| commit | 533a3a84ee91091ab98b0c5c6e68374fa2d9f486 (patch) | |
| tree | 40c23bdb7ca6dcea68afa5bc255b8e71ffcadbbb | |
| parent | d2591c46763fa800e849806c5a1b841208c1989f (diff) | |
| download | org-drill-533a3a84ee91091ab98b0c5c6e68374fa2d9f486.tar.gz org-drill-533a3a84ee91091ab98b0c5c6e68374fa2d9f486.zip | |
Add gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e9a008e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: "silex/emacs:26.2-dev" + +test: + script: + - make test |
