Skip to content
Snippets Groups Projects
Commit a6588733 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Add XML report to hook into gitlab

parent 28a8b008
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39170 passed
......@@ -47,7 +47,7 @@ test:
imports:
- {{ name }}
commands:
- nosetests --with-coverage --cover-package={{ name }} --cover-erase --cover-html --cover-html-dir={{ project_dir }}/sphinx/coverage -sv {{ name }}
- nosetests --with-coverage --cover-package={{ name }} --cover-erase --cover-html-dir={{ project_dir }}/sphinx/coverage --cover-xml-file={{ project_dir }}/coverage.xml -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
......
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