Skip to content
Snippets Groups Projects
Commit 0cab91d8 authored by arnobl's avatar arnobl
Browse files

update

parent 00cd5d6f
No related branches found
No related tags found
No related merge requests found
Pipeline #12916 failed
......@@ -2,7 +2,7 @@ build-gtest:
image: fedora:33
stage: build
before_script:
- dnf install gtest-devel lcov
- dnf -y install gtest-devel lcov
script:
- gtest-example
- ./compilerun.sh
......@@ -14,7 +14,7 @@ build-gmock:
image: fedora:33
stage: build
before_script:
- dnf install gtest-devel gmock-devel lcov
- dnf -y install gtest-devel gmock-devel lcov
script:
- cd mock-example
- ./compilerun.sh
......
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