Crank build jobs to 9

pull/32/head
Geoffrey Merck 3 years ago
parent cec90cbaa8
commit 4849b7a188

14
.vscode/tasks.json vendored

@ -8,7 +8,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"all"
@ -21,7 +21,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"DStarGateway/dstargateway"
@ -37,7 +37,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"DGWRemoteControl/dgwremotecontrol"
@ -50,7 +50,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"DGWTextTransmit/dgwtexttransmit"
@ -63,7 +63,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"DGWTimeServer/dgwtimeserver"
@ -76,7 +76,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"ENABLE_DEBUG=1",
"USE_GPSD=1",
"DGWVoiceTransmit/dgwvoicetransmit"
@ -89,7 +89,7 @@
"type": "shell",
"command": "make",
"args": [
"-j3",
"-j9",
"tests",
"ENABLE_DEBUG=1",
"USE_GPSD=1"

Loading…
Cancel
Save

Powered by TurnKey Linux.