Skip to content
Snippets Groups Projects
Commit 46d5bf34 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[gitlab-ci.yml] Also carry-on noarch artifacts

parent 1ff56b93
No related branches found
No related tags found
No related merge requests found
Pipeline #32387 passed
...@@ -35,6 +35,7 @@ stages: ...@@ -35,6 +35,7 @@ stages:
expire_in: 1 week expire_in: 1 week
paths: paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache: cache:
<<: *build_caches <<: *build_caches
key: "linux-cache" key: "linux-cache"
...@@ -48,6 +49,7 @@ stages: ...@@ -48,6 +49,7 @@ stages:
expire_in: 1 week expire_in: 1 week
paths: paths:
- ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache: cache:
<<: *build_caches <<: *build_caches
key: "macosx-cache" key: "macosx-cache"
...@@ -75,6 +77,7 @@ build_linux_37: ...@@ -75,6 +77,7 @@ build_linux_37:
- dist/*.zip - dist/*.zip
- sphinx - sphinx
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
build_macosx_36: build_macosx_36:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment