Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.buildout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.buildout
Commits
1fffe223
There was a problem fetching the pipeline summary.
Commit
1fffe223
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
improve build and deploy
parent
e6382c50
No related branches found
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+38
-29
38 additions, 29 deletions
.gitlab-ci.yml
with
38 additions
and
29 deletions
.gitlab-ci.yml
+
38
−
29
View file @
1fffe223
...
@@ -28,72 +28,66 @@ stages:
...
@@ -28,72 +28,66 @@ stages:
paths
:
paths
:
-
conda-env/.pkgs/*.tar.bz2
-
conda-env/.pkgs/*.tar.bz2
-
conda-env/.pkgs/urls.txt
-
conda-env/.pkgs/urls.txt
-
conda-env/src_cache
.build_linux_template
:
&linux_build_job
<<
:
*build_job
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
_ci/
-
_ci/
-
dist/
-
dist/
-
conda-env/linux-64/*.tar.bz2
-
conda-env/linux-64/*.tar.bz2
tags
:
-
docker
image
:
continuumio/conda_builder_linux
.build_macosx_template
:
&macosx_build_job
<<
:
*build_job
artifacts
:
expire_in
:
1 week
paths
:
-
_ci/
-
dist/
-
conda-env/osx-64/*.tar.bz2
-
conda-env/osx-64/*.tar.bz2
-
conda-env/noarch/*.tar.bz2
tags
:
-
conda-macosx
build_linux_27
:
build_linux_27
:
<<
:
*build_job
<<
:
*
linux_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
2.7"
PYTHON_VERSION
:
"
2.7"
tags
:
-
docker
image
:
continuumio/conda_builder_linux
build_linux_35
:
build_linux_35
:
<<
:
*build_job
<<
:
*
linux_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
3.5"
PYTHON_VERSION
:
"
3.5"
tags
:
-
docker
image
:
continuumio/conda_builder_linux
build_linux_36
:
build_linux_36
:
<<
:
*build_job
<<
:
*
linux_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
3.6"
PYTHON_VERSION
:
"
3.6"
BUILD_EGG
:
"
true"
BUILD_EGG
:
"
true"
tags
:
-
docker
image
:
continuumio/conda_builder_linux
build_macosx_27
:
build_macosx_27
:
<<
:
*build_job
<<
:
*
macosx_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
2.7"
PYTHON_VERSION
:
"
2.7"
tags
:
-
conda-macosx
build_macosx_35
:
build_macosx_35
:
<<
:
*build_job
<<
:
*
macosx_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
3.5"
PYTHON_VERSION
:
"
3.5"
tags
:
-
conda-macosx
build_macosx_36
:
build_macosx_36
:
<<
:
*build_job
<<
:
*
macosx_
build_job
variables
:
variables
:
PYTHON_VERSION
:
"
3.6"
PYTHON_VERSION
:
"
3.6"
tags
:
-
conda-macosx
# Deploy targets
# Deploy targets
deploy
:
.
deploy
_template
:
&deploy_job
stage
:
deploy
stage
:
deploy
environment
:
beta
only
:
-
master
-
condapackage
-
/^v\d+\.\d+\.\d+([abc]\d*)?$/
# PEP-440 compliant version (tags)
before_script
:
before_script
:
-
./_ci/install.sh _ci condapackage
-
./_ci/install.sh _ci condapackage
script
:
script
:
...
@@ -108,6 +102,21 @@ deploy:
...
@@ -108,6 +102,21 @@ deploy:
tags
:
tags
:
-
deployer
-
deployer
deploy_beta
:
<<
:
*deploy_job
environment
:
beta
only
:
-
master
-
condapackage
deploy_stable
:
<<
:
*deploy_job
environment
:
stable
only
:
-
/^v\d+\.\d+\.\d+([abc]\d*)?$/
# PEP-440 compliant version (tags)
except
:
-
branches
pypi
:
pypi
:
stage
:
pypi
stage
:
pypi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment