Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
46d5bf34
Commit
46d5bf34
authored
Aug 08, 2019
by
André Anjos
💬
Browse files
[gitlab-ci.yml] Also carry-on noarch artifacts
parent
1ff56b93
Pipeline
#32387
passed with stages
in 13 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
46d5bf34
...
...
@@ -35,6 +35,7 @@ stages:
expire_in
:
1 week
paths
:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache
:
<<
:
*build_caches
key
:
"
linux-cache"
...
...
@@ -48,6 +49,7 @@ stages:
expire_in
:
1 week
paths
:
-
${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache
:
<<
:
*build_caches
key
:
"
macosx-cache"
...
...
@@ -75,6 +77,7 @@ build_linux_37:
-
dist/*.zip
-
sphinx
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
build_macosx_36
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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