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

Loading…
Cancel
Save

Powered by TurnKey Linux.