Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
dcb52a34
Commit
dcb52a34
authored
Dec 25, 2018
by
Alexander David Hellwig
Browse files
Reverse linux/windows stage sequence(as linux is faster); Add g++ to linux image
parent
88d7c0d1
Pipeline
#94157
canceled with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dcb52a34
...
...
@@ -20,13 +20,14 @@
#
stages
:
-
windows
-
linux
-
windows
masterJobLinux
:
stage
:
linux
image
:
maven:3-jdk-8
script
:
-
apt-get update -q && apt-get install -y -q g++
-
gcc --help
-
mvn -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean deploy --settings settings.xml
-
cat target/site/jacoco/index.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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