Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
392ebad1
Commit
392ebad1
authored
May 31, 2019
by
Marco Govoni
Browse files
Update .gitlab-ci.yml
parent
d634d622
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
392ebad1
...
...
@@ -175,7 +175,7 @@ gcc830_0002:
west_build_gcc
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
2
stage
:
build
image
:
ubuntu:latest
before_script
:
-
apt-get update > /dev/null
...
...
@@ -198,7 +198,7 @@ west_build_gcc:
west_build_intel
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
build
2
stage
:
build
image
:
centos:centos7
before_script
:
-
yum -y update > /dev/null
...
...
@@ -258,7 +258,7 @@ west_build_intel:
west_test_intel
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
test
2
stage
:
test
image
:
centos:centos7
before_script
:
-
yum -y update > /dev/null
...
...
@@ -322,7 +322,7 @@ west_test_intel:
west_test_gcc
:
tags
:
[
rcc
,
docker
,
node-01
]
stage
:
test
2
stage
:
test
image
:
ubuntu:latest
before_script
:
-
apt-get update > /dev/null
...
...
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