Mentions légales du service

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

Update ctest_matlab/python ci job to upload the test report whether the job fails or not.

parent 7c1afe02
Branches
Tags v9.0.0
No related merge requests found
...@@ -72,7 +72,8 @@ ctest_python: ...@@ -72,7 +72,8 @@ ctest_python:
- linux - linux
artifacts: artifacts:
paths: paths:
- build_FaustLinuxPython/python_pyfaust_test_output.html - $(ls -d build_* | tail -1)/python_pyfaust_test_output.html
when: always
expire_in: '6 months' expire_in: '6 months'
...@@ -101,6 +102,7 @@ ctest_matlab: ...@@ -101,6 +102,7 @@ ctest_matlab:
paths: paths:
#- ${BUILD_DIR}/matlab_matfaust_test_output.html # won't work #- ${BUILD_DIR}/matlab_matfaust_test_output.html # won't work
- $(ls -d build_* | tail -1)/matlab_matfaust_test_output.html - $(ls -d build_* | tail -1)/matlab_matfaust_test_output.html
when: always
expire_in: '6 months' expire_in: '6 months'
.ctest_nightly: &ctest_nightly_script .ctest_nightly: &ctest_nightly_script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment