comparison build.xml @ 3:fa80bd02055f draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit 23d58cfd97411ad5d272971896914ce99e30b0ab
author ethevenot
date Tue, 06 Jun 2017 11:44:00 -0400
parents 48e4be935243
children
comparison
equal deleted inserted replaced
2:b2414be87d4b 3:fa80bd02055f
11 11
12 <!--~~~~ 12 <!--~~~~
13 ~ TEST ~ 13 ~ TEST ~
14 ~~~~~--> 14 ~~~~~-->
15 15
16 <target name="test" depends="planemo.lint,planemo.test"/> 16 <target name="test" depends="plain.test,galaxy.test"/>
17 <target name="galaxy.test" depends="planemo.lint,planemo.test"/>
18
19 <!--~~~~~~~~~~
20 ~ PLAIN TEST ~
21 ~~~~~~~~~~~-->
22
23 <target name="plain.test">
24 <exec executable="test/test-biosigner" failonerror="true"/>
25 </target>
17 26
18 <!--~~~~~~~~~~~~ 27 <!--~~~~~~~~~~~~
19 ~ PLANEMO LINT ~ 28 ~ PLANEMO LINT ~
20 ~~~~~~~~~~~~~--> 29 ~~~~~~~~~~~~~-->
21 30