mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 13:03:13 +02:00
20 lines
369 B
JSON
20 lines
369 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"
|
|
}
|
|
]
|
|
}
|