Browse Source

Make JetBrains CI work

master
Gintas Grigelionis 7 years ago
parent
commit
49d2f3ef9b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.xml

+ 3
- 0
build.xml View File

@@ -1936,6 +1936,9 @@ ${antunit.reports}
</length>
</target>

<!-- JetBrains builds need this target -->
<target name="printFailingTests" depends="print-failing-tests"/>

<target name="print-failing-tests">
<property name="failingtests.dir" value="${build.dir}/errors"/>
<mkdir dir=""/>


Loading…
Cancel
Save