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
d5130bd8
Commit
d5130bd8
authored
Sep 21, 2017
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved artifacts building to ant image
parent
3eca8128
Pipeline
#265
canceled with stages
in 10 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
.gitlab-ci.yml
.gitlab-ci.yml
+8
-4
No files found.
.gitlab-ci.yml
View file @
d5130bd8
...
...
@@ -15,15 +15,19 @@ java8:
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
script
:
-
ant -Drelease=NIGHTLY sat
artifacts
:
paths
:
-
dist/NIGHTLY/*.jar
expire_in
:
4 weeks
cache
:
paths
:
-
.m2/repository
java7
:
image
:
maven:3.3.9-jdk-7
stage
:
build
...
...
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