Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 19f7d02a authored by hhakim's avatar hhakim
Browse files

Always run C++ tests in revision pipeline to keep track of test coverage.

parent b6b73b2f
Branches
Tags
No related merge requests found
variables:
# variables defining where to find the FAµST external data
# variables DURL and DFILE define where to find the FAµST external data
# used by package build scripts
# Warning: DURL is the base url without the filename
# DURL: "https://gitlab.inria.fr/faustgrp/gforge_files/-/raw/master/"
......@@ -62,11 +62,12 @@ ctest:
- ctest_coverage
when: always
expire_in: '6 months'
only:
#only: # disabled because it let a coverage badge to "unknown" if not executed in the latest pipeline (it doesn't slow down the pipeline so much because we have multiple VMs)
#
# C++ tests are executed only if something was modified in C++ lib or C++ tests
changes:
- src/**/*
- misc/test/src/C++/**/*
#changes:
# - src/**/*
# - misc/test/src/C++/**/*
ctest_python:
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment