Store full log in file
This commit is contained in:
parent
689e045b9c
commit
2751ed3a15
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -13,7 +13,7 @@
|
||||
{
|
||||
"label": "Build and Run QEMU",
|
||||
"type": "shell",
|
||||
"command": "cd ${BFBUILD_QEMU} && make qemu_a57",
|
||||
"command": "cd ${BFBUILD_QEMU} && make qemu_a57 | tee ${BFBUILD_QEMU}/full_output.log",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
@ -31,7 +31,7 @@
|
||||
{
|
||||
"label": "Build and Run Toradex",
|
||||
"type": "shell",
|
||||
"command": "cd ${BFBUILD} && make -j7 imx8x && make usbboot_imx8x",
|
||||
"command": "cd ${BFBUILD} && make -j7 imx8x && make usbboot_imx8x | tee ${BFBUILD}/full_output.log",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user