Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Build all conda packages, ot just py36
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kuck committed Sep 23, 2020
1 parent 0ce446f commit 9afc5f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,15 @@ package_conda:
script:
- conda activate conda_builder
- export GIT_COMMIT=$CI_COMMIT_REF_NAME
# Build Conda Py36 package
- conda-build conda_recipe_py36
# Build Conda Py27 package
- conda-build conda_recipe
# Copy files to local directory for archiving.
- mkdir -p conda-bld
- cp -r $CONDA_PREFIX/conda-bld/* conda-bld/
# Don't archive the cache files.
- rm -r conda-bld/linux-64/.cache
artifacts:
paths:
- conda-bld/linux-64/
Expand Down

0 comments on commit 9afc5f3

Please sign in to comment.