Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
c5e93d1b
Commit
c5e93d1b
authored
Oct 15, 2018
by
André Anjos
💬
Browse files
Sphinx docs **must** be built inside recipe!
parent
5f5c0ed6
Pipeline
#24323
failed with stages
in 30 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
c5e93d1b
...
...
@@ -56,6 +56,9 @@ test:
-
{{
name
}}
commands
:
-
worker --help
-
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]
-
conda inspect objects -p $PREFIX {{ name }}
# [osx]
...
...
conda/run_test.sh
View file @
c5e93d1b
...
...
@@ -37,9 +37,6 @@ run_cmd() {
if
[
-z
"
${
BEAT_DOCKER_TESTS
}
"
]
;
then
run_cmd nosetests
--with-coverage
--cover-package
=
${
PKG_NAME
}
-sv
${
PKG_NAME
}
--exclude
=
".*test_docker.*"
run_cmd worker
--help
run_cmd sphinx-build
-aEW
doc sphinx
run_cmd sphinx-build
-aEb
doctest doc sphinx
else
run_cmd nosetests
--with-coverage
--cover-package
=
${
PKG_NAME
}
-sv
${
PKG_NAME
}
fi
Write
Preview
Supports
Markdown
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