Repositories GuideΒΆ
To activate AppVeyor CI for a GitHub repository, refers to this page.
Within the StatisKit organization, there exits 2 types of deployment for repositories:
Repositories for realease deployment (e.g., StatisKit). The goal of these repositories is to build all source code that is designed to be installed in the same Conda environment and to test them together. To do so,
- all Conda packages are built and deployed to the
releaselabel (given the environment variableANACONDA_LABEL) without considering thedeveloplabel. - Once all packages are deployed to the
releaselabel and have been tested, in a last job, packages are moved from thereleasechannel to themainchannel (given by the environment variableANACONDA_RELABEL).
Warning
These type of repositories must contain
fast_finish: Truein thematrixfield. Otherwise, the last job moving the packages on thereleasechannel to themainwould be executed even if one job failed.- all Conda packages are built and deployed to the
Repositories for continuous deployment (e.g., ClangLite).