Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob
Commits
3ebac446
Commit
3ebac446
authored
Dec 18, 2020
by
Tiago de Freitas Pereira
Browse files
Added make as test req.
parent
69d8da4c
Pipeline
#46704
passed with stage
in 62 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
3ebac446
...
...
@@ -117,7 +117,7 @@ test:
commands
:
-
export SDKROOT="{{ SDKROOT }}"
# [osx]
-
export MACOSX_DEPLOYMENT_TARGET="{{ MACOSX_DEPLOYMENT_TARGET }}"
# [osx]
-
pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }}
-k="not test_cmake and not test_extensions"
-
pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ 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]
...
...
@@ -134,6 +134,7 @@ test:
-
freetype
-
psutil
# for bob.io.video
-
dask-ml
-
make
-
{{
compiler('c')
}}
-
{{
compiler('cxx')
}}
{
%
for package in resolved_packages('host') %
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment