Expand description
Detect what CI this code is running on and extract the information it provides from env vars.
Documentation of individual build environment variables is from the appropriate documentation and is copyright the provider under the original license
Re-exports§
pub use jenkins::Jenkins;
pub use travis::Travis;
pub use docker::Docker;
pub use codeship::Codeship;
pub use codefresh::Codefresh;
pub use circle::Circle;
pub use appveyor::Appveyor;
Modules§
- appveyor
- Appveyor CI
- circle
- Circle CI
- codefresh
- Codefresh CI
- codeship
- Codeship CI
- docker
- Docker
- jenkins
- Jenkins CI
- travis
- Travis CI
Enums§
- CI
- Grab the configuration from whatever CI you’re on.