public enum BuildStep
| Enum Constant and Description |
|---|
BOOTSTRAP
Indicates a build failure in the bootstrapping script (formerly called
autogen.sh which is deprecated). Note that some bootstrapping scripts call configure with the arguments passed to them. |
CLONE
Refers to any local duplication of a remote source root, however it's called in the used SCM.
|
CONFIGURE |
MAKE |
MAKE_CHECK |
MAKE_INSTALL |
SETUPTOOLS_BUILD |
SETUPTOOLS_INSTALL |
SETUPTOOLS_TEST |
public BuildStep CLONE
Refers to any local duplication of a remote source root, however it's called in the used SCM.
public BuildStep BOOTSTRAP
Indicates a build failure in the bootstrapping script (formerly called autogen.sh which is deprecated). Note that some bootstrapping scripts call configure with the arguments passed to them.
public BuildStep CONFIGURE
public BuildStep MAKE
public BuildStep MAKE_CHECK
public BuildStep MAKE_INSTALL
public BuildStep SETUPTOOLS_BUILD
public BuildStep SETUPTOOLS_TEST
public BuildStep SETUPTOOLS_INSTALL