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
Bliss
conda-recipes
Commits
44c65895
Commit
44c65895
authored
Jun 23, 2017
by
Vincent Michel
Browse files
Add ci for building conda packages
parent
50004419
Pipeline
#451
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
44c65895
before_script
:
-
source /opt/miniconda/bin/activate
build
:
stage
:
build
script
:
-
cd `git name-rev --name-only HEAD`
-
conda build . --prefix-length=80 --output-folder=dist/ --python=2.7
-
conda build . --prefix-length=80 --output-folder=dist/ --python=3.5
-
conda build . --prefix-length=80 --output-folder=dist/ --python=3.6
artifacts
:
paths
:
-
dist/
deploy
:
stage
:
deploy
dependencies
:
-
build
script
:
-
mv dist/* /conda/bcu/linux-64/
-
conda index /conda/bcu/linux-64/
\ No newline at end of file
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