ci: Test a configure stage
This commit is contained in:
parent
b957af3edb
commit
429c70d383
2 changed files with 39 additions and 2 deletions
14
.devcontainer/devcontainer.json
Normal file
14
.devcontainer/devcontainer.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue