To use -- with current working directory containing meta.yaml:
conda create -n conda-build-env python=3.6 conda-build anaconda-client conda-verify
conda activate conda-build-env
conda-build . -c conda-forge
Ensure tree command is present in path and install the macOS 10.9 sdk.
(you can use this script but check what it does first to confirm you are happy with the modifications it will perform) bash -x macos_ci_setup.sh
Ensure tree
command is installed in PATH.