Skip to content
Snippets Groups Projects
Commit 49b4bd8b authored by kaloyane's avatar kaloyane
Browse files

minor: build generic installer on CI

SVN: 23008
parent 38403be7
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,12 @@ ...@@ -167,7 +167,12 @@
<!-- <!--
// Task for continuous integration server. // Task for continuous integration server.
--> -->
<target name="ci" depends="dist-screening" /> <target name="clean" description="Cleans distribution directory.">
<delete dir="${dist}" failonerror="true" />
<mkdir dir="${dist}" />
</target>
<target name="ci" depends="clean, dist" />
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment