Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
docker
maven3-jdk-11-swt
Commits
eb095a31
Commit
eb095a31
authored
Jun 14, 2021
by
René Link
Browse files
Update README.md
parent
fd8d178d
Pipeline
#750
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
README.md
README.md
+15
-1
No files found.
README.md
View file @
eb095a31
# maven3-jdk-11-swt
Extends the default maven:3-jdk-11 docker image to add support for SWT related tests in a gitlab pipeline.
\ No newline at end of file
Extends the default maven:3-jdk-11 docker image to add support for SWT related tests in a gitlab pipeline.
## Usage
Use the image in the gitlab-ci.yml
image: gitlab.link-intersystems.com:5050/open-source/docker/maven3-jdk-11-swt:latest
Start the build process using
`xvfb-run`
. E.g. for maven
xvfb-run mvn $MAVEN_CLI_OPTS -Pdist install -s ci_settings.xml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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