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
ARCHITRAVE
SADE
Commits
1a6890e9
Commit
1a6890e9
authored
Dec 22, 2021
by
barth23
Browse files
update exist source / change test-stage to java 11
parent
f621061f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a6890e9
...
...
@@ -19,11 +19,14 @@ build:
-
test/
installation
:
image
:
openjdk:11-slim-bullseye
only
:
-
staging
except
:
-
tags
stage
:
test
before_script
:
-
apt-get update && apt-get install -y curl
script
:
-
bash test/eXist-db-*/bin/startup.sh | tee output.log &
# wait for eXist
...
...
build.xml
View file @
1a6890e9
...
...
@@ -37,7 +37,7 @@
<target
name=
"test"
depends=
"antversion-test, xar"
>
<!-- this path may be and is subject to change! -->
<get
src=
"https://git
hub.com/eXist-db/exist/releases/download
/e
X
ist-${project.processorversion}/exist-distribution-${project.processorversion}-unix.tar.bz2"
<get
src=
"https://git
lab.gwdg.de/api/v4/projects/20809/packages/generic
/e
x
ist-
distribution/
${project.processorversion}/exist-distribution-${project.processorversion}-unix.tar.bz2"
dest=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
skipexisting=
"true"
/>
<untar
src=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
/>
...
...
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