Skip to content
Snippets Groups Projects
Commit d92d91a1 authored by felmer's avatar felmer
Browse files

add dependency check

SVN: 681
parent 4ac06674
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<delete dir="${dist.datamover.lib}" /> <delete dir="${dist.datamover.lib}" />
</target> </target>
<target name="ci" depends="run-tests, dist"> <target name="ci" depends="run-tests, check-dependencies, dist">
</target> </target>
</project> </project>
\ No newline at end of file
#show allResults
{package} = ch.systemsx.cisd.datamover
[generic] = ${package}.* excluding ${package}.*.*
check sets [generic]
[rsync] = ${package}.rsync.*
check sets [rsync]
[xcopy] = ${package}.xcopy.*
check sets [xcopy]
layer layer0 = [rsync] [xcopy]
check layeringOf layer0
\ No newline at end of file
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