mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:23:04 +02:00
git-subtree-dir: scripts/misc/testsAndMisc-bash git-subtree-mainline:d19bb5915agit-subtree-split:49bcc2ca68
21 lines
330 B
JSON
21 lines
330 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Transcribe tiny online smoke test",
|
|
"type": "shell",
|
|
"command": "bash",
|
|
"args": [
|
|
"/home/kuhy/testsAndMisc/Bash/transcribe.sh",
|
|
"--online",
|
|
"-m",
|
|
"tiny"
|
|
],
|
|
"isBackground": false,
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": "build"
|
|
}
|
|
]
|
|
} |