Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
2294953a
Commit
2294953a
authored
May 26, 2022
by
Jan Marchel
Browse files
Update .gitlab-ci.yml file
parent
cd112bbb
Pipeline
#21299
passed with stages
in 25 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2294953a
...
...
@@ -17,6 +17,11 @@ variables:
MQ_ADAPTER_CLI
:
"
mvn
--batch-mode
-N
-Dmaven.test.skip=$SKIP_TESTS
-Ddocker.push=false
-f
mq-http-adapter/pom.xml"
GUI_BACKEND_CLI
:
"
mvn
--batch-mode
-N
-Dmaven.test.skip=$SKIP_TESTS
-Ddocker.push=false
-U
-f
gui-backend/pom.xml"
UTILITY_GENERATOR_CLI
:
"
mvn
--batch-mode
-N
-Dmaven.test.skip=$SKIP_TESTS
-f
utility-generator/pom.xml"
CP_PARSER_CLI
:
"
mvn
--batch-mode
-N
-Dmaven.test.skip=$SKIP_TESTS
-Ddocker.push=false
-f
zpp-solver/cp-parser/pom.xml"
CP_SOLVER_CLI
:
"
mvn
--batch-mode
-N
-Dmaven.test.skip=$SKIP_TESTS
-Ddocker.push=false
-f
cp-solver/pom.xml"
cache
:
paths
:
-
maven_repo/
...
...
Write
Preview
Supports
Markdown
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