Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
conda-recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
LimaGroup
conda-recipes
Commits
0b3bf393
Commit
0b3bf393
authored
7 years ago
by
Vincent Michel
Browse files
Options
Downloads
Patches
Plain Diff
Update CI
parent
db2172c5
Branches
jsonpickle
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-4
34 additions, 4 deletions
.gitlab-ci.yml
with
34 additions
and
4 deletions
.gitlab-ci.yml
+
34
−
4
View file @
0b3bf393
before_script
:
-
source /opt/miniconda/bin/activate
build
:
build
27
:
stage
:
build
script
:
-
cd $CI_COMMIT_REF_NAME
-
conda build . --prefix-length=80 --output-folder=../dist/ --python=2.7 --channel=file://conda
# - conda build . --prefix-length=80 --output-folder=../dist/ --python=3.6 --channel=file://conda
artifacts
:
paths
:
-
dist/
except
:
-
master
build34
:
stage
:
build
script
:
-
cd $CI_COMMIT_REF_NAME
-
conda build . --prefix-length=80 --output-folder=../dist/ --python=3.4 --channel=file://conda
artifacts
:
paths
:
-
dist/
except
:
-
master
build35
:
stage
:
build
script
:
-
cd $CI_COMMIT_REF_NAME
-
conda build . --prefix-length=80 --output-folder=../dist/ --python=3.5 --channel=file://conda
artifacts
:
paths
:
-
dist/
except
:
-
master
build36
:
stage
:
build
script
:
-
cd $CI_COMMIT_REF_NAME
-
conda build . --prefix-length=80 --output-folder=../dist/ --python=3.6 --channel=file://conda
artifacts
:
paths
:
-
dist/
...
...
@@ -15,8 +47,6 @@ build:
deploy
:
stage
:
deploy
dependencies
:
-
build
script
:
-
mv -f dist/linux-64/*.tar.bz2 /conda/linux-64/
-
conda index /conda/linux-64/
...
...
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