aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2018-09-24 15:32:40 +0000
committerYuqian Yang <crupest@outlook.com>2018-09-24 15:32:40 +0000
commit8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82 (patch)
tree7e28485f0803d27109a607b6e1024328403f6a1a
parent001e1d955132a02a2f7effc841ab9e5ee425eda1 (diff)
downloadcru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.tar.gz
cru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.tar.bz2
cru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.zip
Add .gitlab-ci.yml .
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..fc7ac29f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,2 @@
+test:
+ script: echo "Hello world!"