mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 14:13:24 +02:00
8 lines
390 B
XML
8 lines
390 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project default="BuildDebugServers">
|
||
|
<!-- Wrap running yarn in an ant task so that we don't have to specify absolute path to yarn in external tool builder. -->
|
||
|
<target name="BuildDebugServers" description="Build the Node Debug Servers with yarn">
|
||
|
<exec executable="yarn" dir="./debug-servers" failifexecutionfails="true" />
|
||
|
</target>
|
||
|
</project>
|