Skip to content
Snippets Groups Projects
Commit 8078b839 authored by buczekp's avatar buczekp
Browse files

minor: added task for compile without running for Eclipse

SVN: 20244
parent c7a29e29
No related branches found
No related tags found
No related merge requests found
......@@ -500,6 +500,13 @@
</antcall>
<antcall target="screening-test-run" />
</target>
<target name="screening-test-compile-no-run" description="Compile the screening openbis from Eclipse (no support for image viewer)">
<antcall target="screening-compile-module-test">
<param name="module-test.path" value="openbis-test-screening" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" />
</antcall>
</target>
<target name="screening-test-run" description="run the screening openbis from Eclipse">
<antcall target="screening-run-module-test">
......
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