-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtemplates.json
57 lines (57 loc) · 2.58 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/helloworld.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/helloworld.yaml",
"title": "Hello World",
"desc": "Sample template shows how to define steps",
"default": true
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/maven.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/maven.yaml",
"title": "Maven",
"desc": "Template of how to build, test Maven project"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/golang.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/golang.yaml",
"title": "Golang",
"desc": "Template of how to build, test Golang project"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/npm.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/npm.yaml",
"title": "npm",
"desc": "Template of how to build, test NPM project"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/ruby.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/ruby.yaml",
"title": "Ruby",
"desc": "Template of how to build, test Ruby project"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/php.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/php.yaml",
"title": "PHP",
"desc": "Template of how to build, test PHP project"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/android.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/android.yaml",
"title": "Android",
"desc": "Template of how to build, test Android project by Gradle"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/dotnetcore-powershell.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/dotnetcore-powershell.yaml",
"title": ".NetCore with PowerShell",
"desc": "Template of how to build, test .NetCore project with PowerShell"
},
{
"url": "https://raw.githubusercontent.com/FlowCI/templates/master/dotnetcore-with-docker.yaml",
"url_cn": "https://gitee.com/flow_ci/flow-templates/raw/master/dotnetcore-with-docker.yaml",
"title": ".NetCore within Docker",
"desc": "Template of how to build, test .NetCore project within docker"
}
]