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
75ed4a40
Commit
75ed4a40
authored
Nov 11, 2021
by
Silvie Illesova
Browse files
Added installation of cmake into .yml file
parent
0838307b
Pipeline
#23364
failed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75ed4a40
...
...
@@ -9,6 +9,11 @@ build_codes:
artifacts
:
paths
:
-
build/
before_script
:
-
'
apt-get
-y
update'
-
'
apt-get
-y
install
cmake'
-
'
apt-get
-y
upgrade'
script
:
-
'
cmake
-Bbuild
-S.'
-
'
cmake
--build'
...
...
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