From 28c6a44b67e4ccf7ca78df71bbd3361fe0da8c5f Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Tue, 12 May 2020 17:58:07 +0800 Subject: [PATCH] add yaml file --- valgrind.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 valgrind.yaml diff --git a/valgrind.yaml b/valgrind.yaml new file mode 100644 index 0000000..37e54de --- /dev/null +++ b/valgrind.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://sourceware.org/git/?p=valgrind.git +tag_prefix: ^VALGRIND_ +seperator: _ -- Gitee