diff options
author | Yuqian Yang <crupest@outlook.com> | 2018-09-24 15:32:40 +0000 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2018-09-24 15:32:40 +0000 |
commit | 8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82 (patch) | |
tree | 7e28485f0803d27109a607b6e1024328403f6a1a | |
parent | 001e1d955132a02a2f7effc841ab9e5ee425eda1 (diff) | |
download | cru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.tar.gz cru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.tar.bz2 cru-8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82.zip |
Add .gitlab-ci.yml .
-rw-r--r-- | .gitlab-ci.yml | 2 |
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!" |