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
9462c3d5
Commit
9462c3d5
authored
Aug 23, 2017
by
Daniel Le Berre
Committed by
Daniel Le Berre
Oct 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax
parent
86033abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
23 deletions
+1
-23
.gitlab-ci.yml
.gitlab-ci.yml
+1
-23
No files found.
.gitlab-ci.yml
View file @
9462c3d5
...
...
@@ -9,35 +9,13 @@ variables:
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
java8
:
image
:
maven:3.5.0-jdk-8
stage
:
build
script
:
-
mvn $MAVEN_CLI_OPTS clean org.jacoco:jacoco-maven-plugin:prepare-agent --settings settings.xml deploy -Dmaven.test.failure.ignore=true
-
mvn $MAVEN_CLI_OPTS sonar:sonar
cache
:
paths
:
-
.m2/repository
jars-j8
:
image
:
frekele/ant:1.10.1-jdk8
stage
:
build
script
:
-
ant -Drelease=NIGHTLY
sat
-
ant -Drelease=NIGHTLY
kth
artifacts
:
paths
:
-
dist/NIGHTLY/*.jar
expire_in
:
4 weeks
java7
:
image
:
maven:3.5.0-jdk-7
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.test.failure.ignore=true -Dmaven.javadoc.skip=true
java9
:
image
:
maven:3.5.0-jdk-9
stage
:
test
script
:
-
mvn $MAVEN_CLI_OPTS clean package -Dmaven.test.failure.ignore=true -Dmaven.javadoc.skip=true
allow_failure
:
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