mirror of https://github.com/v2ray/v2ray-core
escape analysis task
parent
83c4b20b6e
commit
97b7c303b0
|
@ -28,6 +28,24 @@
|
||||||
"label": "test",
|
"label": "test",
|
||||||
"args": ["-p", "1", "v2ray.com/core/..."],
|
"args": ["-p", "1", "v2ray.com/core/..."],
|
||||||
"group": "test"
|
"group": "test"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Escape Analysis",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "go build -gcflags -m .",
|
||||||
|
"problemMatcher": {
|
||||||
|
"pattern": {
|
||||||
|
"regexp": "^(.*):(.*):(.*): (.*)$",
|
||||||
|
"file": 1,
|
||||||
|
"line": 2,
|
||||||
|
"column": 3,
|
||||||
|
"message": 4
|
||||||
|
},
|
||||||
|
"fileLocation": ["relative", "${fileDirname}"]
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"cwd": "${fileDirname}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue