summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-14 22:08:34 -0600
committermo khan <mo.khan@gmail.com>2020-06-14 22:08:34 -0600
commite8eeaa28eae8e201e77256140f00e4f29b09f212 (patch)
treea408a016b11d5a52e56ecb72a1cc145961cfcc45
parent3f8c02d907a66f815c1bee409c0a53e9a7e2ca4e (diff)
Add job to run tests
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3bfe621
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,4 @@
+test:
+ stage: test
+ script:
+ - make