ci: Test a configure stage

This commit is contained in:
Matthew Binning 2025-12-12 17:51:35 -08:00
parent b957af3edb
commit 429c70d383
No known key found for this signature in database
2 changed files with 39 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
"name": "Dood Build",
"image": "gl.whitefoxdefense.com:5050/mbinning/dood/build:0.5",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"vadimcn.vscode-lldb",
"streetsidesoftware.code-spell-checker",
"rust-lang.rust-analyzer"
]
}
}
}