Skip to content
Snippets Groups Projects
Commit 0b3bf393 authored by Vincent Michel's avatar Vincent Michel
Browse files

Update CI

parent db2172c5
Branches jsonpickle
No related tags found
No related merge requests found
before_script:
- source /opt/miniconda/bin/activate
build:
build27:
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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment