Skip to content
Snippets Groups Projects
Commit 014a8e5a authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

download libs for Windows

parent 5bde4503
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,16 @@ task downloadCli << {
delete file(targetzip)
}
targetdir = dir+"windows/"
targetzip = targetdir+"windowslib.zip"
download("http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib.zip",targetzip)
FileTree zip = zipTree(targetzip)
copy {
from zip
into targetdir
}
delete file(targetzip)
}
task collectArtifacts(type:Copy) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment