Mentions légales du service

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

Add ctest logs as gitlab artifacts for ctest_nightly* jobs.

parent fcef8472
Branches
Tags 3.39.17
No related merge requests found
Pipeline #877044 passed
......@@ -141,12 +141,18 @@ ctest_nightly_linux:
tags:
- linux
- matlab
artifacts:
paths:
- build_FaustLinuxPythonMatlab/Testing # cmake configure, build, ctest logs
ctest_nightly_macos:
<<: *ctest_nightly_script
variables: {BUILD_WRAPPER_MATLAB: "ON", BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "ON", DONT_PYPLOT_FAUST_TIME: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON", OpenMP_gomp_LIBRARY: "/opt/local/lib/libomp/libgomp.dylib", CMAKE_CXX_COMPILER: "/opt/local/bin/clang++-mp-9.0"}
tags:
- macos
artifacts:
paths:
- build_FaustMacOSPythonMatlab/Testing # cmake configure, build, ctest logs
ctest_nightly_win10:
<<: *ctest_nightly_script
......@@ -155,6 +161,9 @@ ctest_nightly_win10:
- schedules
tags:
- win10
artifacts:
paths:
- build_FaustWin/Testing # cmake configure, build, ctest logs
doctest_pyfaust:
stage: pkg_test
......
......@@ -99,6 +99,10 @@ recent FAµST API is needed).
building part of tests (which is important in case of errors, that's where you might look up
to understand why a C++ test or a wrapper failed to build).
- ``ctest_nightly*`` don't produce any HTML report. Only a ctest report is uploaded to CDash and ctest logs
are also uploaded to gitlab as job artifacts. It can be convenient to look at these logs on Gitlab as
it avoids to connect to the VMs.
#### Doctest
The pyfaust/matfaust API comes with many examples integrated in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment