Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE-Project
Commits
56bd337b
Commit
56bd337b
authored
Nov 12, 2021
by
Mathias Goebel
Browse files
fix: path to binary
parent
14bb7fca
Pipeline
#248709
passed with stages
in 5 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
56bd337b
...
...
@@ -42,7 +42,12 @@
<exclude
name=
"eXist-db-${project.processorversion}.tar.bz2"
/>
</delete>
<get
src=
"https://bintray.com/existdb/releases/download_file?file_path=exist-distribution-${project.processorversion}-unix.tar.bz2"
dest=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<get
src=
"https://github.com/eXist-db/exist/releases/download/eXist-${project.processorversion}/exist-distribution-${project.processorversion}-unix.tar.bz2"
dest=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<untar
src=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
>
<cutdirsmapper
dirs=
"1"
/>
</untar>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment