Skip to content
Snippets Groups Projects
Commit 77195c97 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Commented from .gitlab-ci.yml the CTest related lines.

parent 839f1cac
No related branches found
No related tags found
No related merge requests found
Pipeline #2721 passed
......@@ -13,15 +13,15 @@ cmake-build:
- bin/
- lib/
unit-test:
stage: test
script:
- cd Build
- ctest --timeout 15 --verbose -T test
- ctest --timeout 15 --verbose -T memcheck
artifacts:
paths:
- Build/
# unit-test:
# stage: test
# script:
# - cd Build
# - ctest --timeout 15 --verbose -T test
# - ctest --timeout 15 --verbose -T memcheck
# artifacts:
# paths:
# - Build/
coverage:
stage: deploy
......
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