Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
conan-pybind11
Commits
98daf62b
Commit
98daf62b
authored
Apr 04, 2019
by
Michaël Roynard
Browse files
Don't run pybind's python unit tests
parent
c19a0269
Pipeline
#7931
passed with stage
in 11 minutes and 28 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
conanfile.py
View file @
98daf62b
...
...
@@ -41,6 +41,9 @@ class Pybind11(ConanFile):
cmake
.
build
()
if
self
.
options
.
build_tests
:
# python tests trigger internal errors
# cmake.build(target="check")
# cmake.build(target="pytest")
cmake
.
build
(
target
=
"cpptest"
)
def
package
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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