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
c19a0269
Commit
c19a0269
authored
Apr 04, 2019
by
Michaël Roynard
Browse files
Don't run pybind's python unit tests
parent
0c44736d
Pipeline
#7927
canceled with stages
in 9 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conanfile.py
View file @
c19a0269
...
...
@@ -41,7 +41,7 @@ class Pybind11(ConanFile):
cmake
.
build
()
if
self
.
options
.
build_tests
:
cmake
.
build
(
target
=
"c
heck
"
)
cmake
.
build
(
target
=
"c
pptest
"
)
def
package
(
self
):
cmake
=
self
.
get_cmake_config
()
...
...
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