2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

Testing single header build before regular build in vscode integration

This commit is contained in:
Emil Dotchevski
2022-01-11 11:50:14 -08:00
parent c590bf3570
commit 45adb7257d

2
.vscode/tasks.json vendored
View File

@@ -44,7 +44,7 @@
"dependsOn": [
"Generate leaf.hpp"
],
"command": "cd ${workspaceRoot}/bld/debug && ninja && meson test && cd ${workspaceRoot}/bld/debug_leaf_hpp && ninja && meson test",
"command": "cd ${workspaceRoot}/bld/debug_leaf_hpp && ninja && meson test && cd ${workspaceRoot}/bld/debug && ninja && meson test",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [