From 2248c0321db7b2233c8709525207150cc977c74a Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Thu, 2 Jul 2020 11:07:49 +0800 Subject: [PATCH] add yaml file for ci --- cryptsetup.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cryptsetup.yaml diff --git a/cryptsetup.yaml b/cryptsetup.yaml new file mode 100644 index 0000000..07bb8a7 --- /dev/null +++ b/cryptsetup.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.com/cryptsetup/cryptsetup.git +tag_prefix: "^v" +seperator: "." -- Gitee