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

Merge branch 'ci-test-only' into 'master'

Test packages of all architectures

See merge request !22
parents c48694da 2d4af752
No related branches found
No related tags found
1 merge request!22Test packages of all architectures
Pipeline #27202 passed
...@@ -402,7 +402,7 @@ def test(ctx, dry_run): ...@@ -402,7 +402,7 @@ def test(ctx, dry_run):
from .test import test from .test import test
ctx.invoke(test, ctx.invoke(test,
package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld', package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld',
arch, name + '*.tar.bz2')), '*', name + '*.tar.bz2')),
condarc=None, #custom build configuration condarc=None, #custom build configuration
config=CONDA_BUILD_CONFIG, config=CONDA_BUILD_CONFIG,
append_file=CONDA_RECIPE_APPEND, append_file=CONDA_RECIPE_APPEND,
......
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