-
Notifications
You must be signed in to change notification settings - Fork 76
/
Fudgefile
45 lines (45 loc) · 1.07 KB
/
Fudgefile
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
{
"pack": {
"hg": ".ci/nuspecs/hg.nuspec",
"nodejs": ".ci/nuspecs/nodejs.nuspec",
"python": ".ci/nuspecs/python.nuspec"
},
"packages": [
{
"name": "msys2",
"params": "/InstallDir:C:\\msys64 /NoUpdate",
"source": ""
},
{
"appveyor_id": true,
"name": "hg",
"source": "",
"version": "5.0"
},
{
"appveyor_id": "python",
"name": "python",
"source": "",
"version": "3.6.8"
},
{
"appveyor_id": "node",
"name": "nodejs",
"source": "",
"version": "11.13.0"
},
{
"name": "ShellCheck",
"source": ""
}
],
"scripts": {
"post": {
"install": ". $env:FudgeCI/FudgePostInstall.ps1; Invoke-PostInstall"
},
"pre": {
"install": ". $env:FudgeCI/FudgeCI.ps1; Invoke-FudgeCI"
}
},
"source": "https://chocolatey.org/api/v2/"
}