mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 20:30:45 +00:00
Build newversion only when tests are okay
This commit is contained in:
+10
-2
@@ -525,8 +525,16 @@
|
||||
</target>
|
||||
|
||||
|
||||
<target name="test_lib">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="test" inheritAll="false" usenativebasedir="true" />
|
||||
<target name="-test_lib-newver" if="NEWVER">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="testhalt" inheritAll="false" usenativebasedir="true" />
|
||||
</target>
|
||||
|
||||
<target name="-test_lib-nonewver" unless="NEWVER">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="test" inheritAll="false" usenativebasedir="true" />
|
||||
</target>
|
||||
|
||||
|
||||
<target name="test_lib" depends="-test_lib-newver,-test_lib-nonewver">
|
||||
</target>
|
||||
|
||||
<target name="git-tag">
|
||||
|
||||
Reference in New Issue
Block a user