Skip to content
Snippets Groups Projects
Commit 75ed4a40 authored by Silvie Illesova's avatar Silvie Illesova
Browse files

Added installation of cmake into .yml file

parent 0838307b
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
Pipeline #23364 failed
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment