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",
"args": [
"-j3",
"tests",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"USE_GPSD=1"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -24,12 +26,9 @@
"-j3",
"tests",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"USE_GPSD=1"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
}
]

Loading…
Cancel
Save

Powered by TurnKey Linux.