From c4b5b3bac4cecb8e656a8961946ed0edd64fe23e Mon Sep 17 00:00:00 2001 From: lizhenhua Date: Thu, 7 May 2020 19:44:44 +0800 Subject: [PATCH] Add yaml file --- nasm.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nasm.yaml diff --git a/nasm.yaml b/nasm.yaml new file mode 100644 index 0000000..1a63d41 --- /dev/null +++ b/nasm.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://repo.or.cz/w/nasm.git +tag_prefix: nasm- +seperator: . -- Gitee