mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Switch devcontainers to Debian Trixie for the required glibc version and add automated MoQ package tests, Agent linking, and version checks through a script and VS Code task.
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "agent: moq verify",
|
|
"type": "shell",
|
|
"command": "bash ./verify-moq-devcontainer.sh",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/machinery"
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|