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
deb86190
Commit
deb86190
authored
Apr 04, 2019
by
Michaël Roynard
Browse files
Enable pybind unit tests on CI
parent
daa63077
Pipeline
#7925
failed with stages
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conanfile.py
View file @
deb86190
...
...
@@ -13,7 +13,7 @@ class Pybind11(ConanFile):
settings
=
"os"
,
"compiler"
,
"build_type"
,
"arch"
options
=
{
"shared"
:
[
True
,
False
],
"fPIC"
:
[
True
,
False
],
"build_tests"
:
[
True
,
False
]}
default_options
=
"shared=False"
,
"fPIC=True"
,
"build_tests=
Fals
e"
default_options
=
"shared=False"
,
"fPIC=True"
,
"build_tests=
Tru
e"
generators
=
"cmake"
def
configure
(
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