remove tests from default build task

pull/32/head
Geoffrey Merck 4 years ago
parent 605b3c56c8
commit f17518d723

15
.vscode/tasks.json vendored

@ -9,11 +9,13 @@
"command": "make", "command": "make",
"args": [ "args": [
"-j3", "-j3",
"tests",
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1", "USE_GPSD=1"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -24,12 +26,9 @@
"-j3", "-j3",
"tests", "tests",
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1", "USE_GPSD=1"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]

Loading…
Cancel
Save

Powered by TurnKey Linux.