Skip to content
Snippets Groups Projects

Test packages of all architectures

Merged André Anjos requested to merge ci-test-only into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading