Skip to content
Snippets Groups Projects
Commit 197db226 authored by webmanue's avatar webmanue
Browse files

remove install of googletest in CI

- no longer necessary (built with ae108)
parent 21b6127d
No related branches found
No related tags found
No related merge requests found
Pipeline #91912 passed
......@@ -88,13 +88,6 @@ check-script:
build-library:
stage: build
image: $CI_REGISTRY_IMAGE/dev:$CI_COMMIT_REF_SLUG
before_script:
- >
bash -c '
cd $(mktemp -d) &&
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage" /usr/src/googletest &&
cmake --build . --target install
'
script:
- useradd developer
- mkdir build
......@@ -117,13 +110,6 @@ build-library:
install-library:
stage: build
image: $CI_REGISTRY_IMAGE/dev:$CI_COMMIT_REF_SLUG
before_script:
- >
bash -c '
cd $(mktemp -d) &&
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug /usr/src/googletest &&
cmake --build . --target install
'
script:
- mkdir 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