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
Silvie Illesova
CI CD
Commits
31673c85
Commit
31673c85
authored
Nov 11, 2021
by
Silvie Illesova
Browse files
Changes in .yml
parent
7e9c9c6e
Pipeline
#23377
canceled with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
31673c85
...
...
@@ -6,9 +6,7 @@ stages:
build_codes
:
stage
:
build
artifacts
:
paths
:
-
build/
before_script
:
-
'
apt-get
-y
update'
-
'
apt-get
-y
install
cmake
g++'
...
...
@@ -17,6 +15,9 @@ build_codes:
script
:
-
'
cmake
-Bbuild
-S.'
-
'
cmake
--build
build'
artifacts
:
paths
:
-
build/
test_return_value_1
:
stage
:
test
...
...
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