mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Added sublime build system that uploads just built product
Renamed existing build system to be more verbose
This commit is contained in:
@@ -38,10 +38,18 @@
|
|||||||
"build_systems":
|
"build_systems":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "PX4",
|
"name": "PX4: make all",
|
||||||
"working_dir": "${project_path}",
|
"working_dir": "${project_path}",
|
||||||
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
||||||
"cmd": ["make"]
|
"cmd": ["make -j8"],
|
||||||
|
"shell": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PX4: make and upload",
|
||||||
|
"working_dir": "${project_path}",
|
||||||
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
||||||
|
"cmd": ["make upload px4fmu-v2_default -j8"],
|
||||||
|
"shell": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user