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
68d6f8cc
Commit
68d6f8cc
authored
Jul 12, 2019
by
Michaël Roynard
Browse files
Update used docker image to generate package
parent
e040c0c7
Pipeline
#10883
canceled with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
68d6f8cc
...
...
@@ -10,6 +10,7 @@ variables:
TAG
:
"
testing"
# Conan tag
VERSION
:
"
2.2.4"
# Version to build
RELEASE_TYPE
:
"
Release"
# default release type
DOCKER_IMAGE
:
"
${CI_REGISTRY}/olena/pylene/build-toolset"
stages
:
-
build
...
...
@@ -17,7 +18,7 @@ stages:
.job-basic-build-linux
:
&distcheck-basic-build-linux
stage
:
build
image
:
mroynard/ubuntu-toolset:stable
image
:
${DOCKER_IMAGE}
script
:
-
set -e
-
conan create
...
...
@@ -81,7 +82,7 @@ distcheck-build-linux-clang7-release:
distcheck-package-linux-bintray
:
stage
:
package
image
:
mroynard/ubuntu-toolset:stable
image
:
${DOCKER_IMAGE}
script
:
-
set -e
-
conan remote add $CONAN_BINTRAY_REMOTE_NAME $CONAN_BINTRAY_REMOTE_URL
...
...
@@ -101,7 +102,7 @@ distcheck-package-linux-bintray:
distcheck-package-linux-lrde
:
stage
:
package
image
:
mroynard/ubuntu-toolset:stable
image
:
${DOCKER_IMAGE}
script
:
-
set -e
-
conan remote add $CONAN_LRDE_REMOTE_NAME $CONAN_LRDE_REMOTE_URL
...
...
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