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

Changes in .yml

parent 7e9c9c6e
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
Pipeline #23377 canceled
......@@ -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
......
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