We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d3147 commit 8ed5460Copy full SHA for 8ed5460
.devcontainer/devcontainer.json
@@ -1,4 +1,5 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
- "onCreateCommand": "git submodule update --init --recursive"
+ "onCreateCommand": "git submodule update --init --recursive",
4
+ "postCreateCommand": "mkdir -p build && cd build && cmake -DMSH3_TEST=ON .. && cmake --build . --config Debug"
5
}
0 commit comments