Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
dbb8901e
Commit
dbb8901e
authored
Jan 13, 2021
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CI for Sat4j 3.0: Java 11+
parent
eba76d99
Pipeline
#10644
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
38 deletions
+6
-38
.gitlab-ci.yml
.gitlab-ci.yml
+6
-38
No files found.
.gitlab-ci.yml
View file @
dbb8901e
...
...
@@ -7,9 +7,8 @@ variables:
# `installAtEnd` and `deployAtEnd`are only effective with recent version of the corresponding plugins.
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
java8-sonar
:
image
:
maven:3.5.4-jdk-8-alpine
maven36-java11-sonar
:
image
:
maven:3.6.3-jdk-11-slim
stage
:
build
only
:
-
master
...
...
@@ -20,8 +19,8 @@ java8-sonar:
paths
:
-
.m2/repository
java
8
:
image
:
maven:3.
5.4
-jdk-
8-alpine
maven36-
java
11
:
image
:
maven:3.
6.3
-jdk-
11-slim
stage
:
build
except
:
-
master
...
...
@@ -30,40 +29,9 @@ java8:
cache
:
paths
:
-
.m2/repository
jars-j8
:
image
:
frekele/ant:1.10.1-jdk8
stage
:
build
script
:
-
ant -Drelease=NIGHTLY sat
artifacts
:
paths
:
-
dist/NIGHTLY/*.jar
expire_in
:
4 weeks
java7
:
image
:
maven:3.5.4-jdk-7-alpine
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true -Djacoco.skip=true
allow_failure
:
true
maven36-java8
:
image
:
maven:3.6.2-jdk-8-slim
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true -Djacoco.skip=true
allow_failure
:
true
maven36-java11
:
image
:
maven:3.6.2-jdk-11-slim
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true -Djacoco.skip=true
allow_failure
:
true
maven36-java1
3
:
image
:
maven:3.6.
2-
jdk-1
3
maven36-java1
5
:
image
:
maven:3.6.
3-open
jdk-1
5
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.javadoc.skip=true -Djacoco.skip=true
...
...
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