From 1add1f274adfbc0b90058748e722dfba4f1af041 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Tue, 1 Dec 2020 09:55:42 +0800 Subject: [PATCH] Add yaml for ComputeLibrary --- ComputeLibrary.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ComputeLibrary.yaml diff --git a/ComputeLibrary.yaml b/ComputeLibrary.yaml new file mode 100644 index 0000000..8aa4f0a --- /dev/null +++ b/ComputeLibrary.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ARM-software/ComputeLibrary +tag_prefix: ^v +separator: . \ No newline at end of file -- Gitee