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
0c44736d
Commit
0c44736d
authored
Apr 04, 2019
by
Michaël Roynard
Browse files
Add pytest dependency
parent
deb86190
Pipeline
#7926
failed with stages
in 8 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0c44736d
...
...
@@ -22,6 +22,7 @@ stages:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan create
--build missing
-pr $CONAN_PROFILE
...
...
@@ -86,6 +87,7 @@ distcheck-package-linux-bintray:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan remote add $CONAN_BINTRAY_REMOTE_NAME $CONAN_BINTRAY_REMOTE_URL
-
conan user
-p $CONAN_BINTRAY_API_KEY
...
...
@@ -106,6 +108,7 @@ distcheck-package-linux-lrde:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan remote add $CONAN_LRDE_REMOTE_NAME $CONAN_LRDE_REMOTE_URL
-
conan user
-p $CONAN_LRDE_API_KEY
...
...
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