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

[scripts][ci] Test packages of all architectures

parent ddb10658
Branches
Tags
1 merge request!22Test packages of all architectures
Pipeline #27201 canceled
......@@ -402,7 +402,7 @@ def test(ctx, dry_run):
from .test import test
ctx.invoke(test,
package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld',
arch, name + '*.tar.bz2')),
'*', name + '*.tar.bz2')),
condarc=None, #custom build configuration
config=CONDA_BUILD_CONFIG,
append_file=CONDA_RECIPE_APPEND,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment