Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Commits
ae909ef1
Commit
ae909ef1
authored
Jan 10, 2020
by
Evgeny Kusmenko
Browse files
Update .gitlab-ci.yml
parent
878cbcb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ae909ef1
...
...
@@ -13,6 +13,12 @@ masterJobLinux:
-
mvn package sonar:sonar -s settings.xml
only
:
-
master
except
:
changes
:
-
README.md
-
.gitignore
-
.gitlab-ci.yml
masterJobWindows
:
stage
:
windows
...
...
@@ -20,6 +26,12 @@ masterJobWindows:
-
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install --settings settings.xml
tags
:
-
Windows10
except
:
changes
:
-
README.md
-
.gitignore
-
.gitlab-ci.yml
BranchJobLinux
:
stage
:
linux
...
...
@@ -29,3 +41,9 @@ BranchJobLinux:
-
cat target/site/jacoco/index.html
except
:
-
master
except
:
changes
:
-
README.md
-
.gitignore
-
.gitlab-ci.yml
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