mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Add “Test” target for Eclipse & Sublime Text IDEs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: cc1cb4bf30...e0ad6f1faf
@ -158,6 +158,14 @@
|
|||||||
<useDefaultCommand>true</useDefaultCommand>
|
<useDefaultCommand>true</useDefaultCommand>
|
||||||
<runAllBuilders>false</runAllBuilders>
|
<runAllBuilders>false</runAllBuilders>
|
||||||
</target>
|
</target>
|
||||||
|
<target name="PlatformIO: Test" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
||||||
|
<buildCommand>platformio</buildCommand>
|
||||||
|
<buildArguments>-f -c eclipse</buildArguments>
|
||||||
|
<buildTarget>test</buildTarget>
|
||||||
|
<stopOnError>true</stopOnError>
|
||||||
|
<useDefaultCommand>true</useDefaultCommand>
|
||||||
|
<runAllBuilders>false</runAllBuilders>
|
||||||
|
</target>
|
||||||
<target name="PlatformIO: Update platforms and libraries" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
<target name="PlatformIO: Update platforms and libraries" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
||||||
<buildCommand>platformio</buildCommand>
|
<buildCommand>platformio</buildCommand>
|
||||||
<buildArguments>-f -c eclipse</buildArguments>
|
<buildArguments>-f -c eclipse</buildArguments>
|
||||||
|
@ -31,6 +31,15 @@
|
|||||||
],
|
],
|
||||||
"name": "Clean"
|
"name": "Clean"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cmd":
|
||||||
|
[
|
||||||
|
"platformio",
|
||||||
|
"-f", "-c", "sublimetext",
|
||||||
|
"test"
|
||||||
|
],
|
||||||
|
"name": "Test"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cmd":
|
"cmd":
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user