Skip to content

ENUM

Environment

Contents

swift
public enum Environment

A convenience structure to read environment variables.

Properties

isCI

swift
public static var isCI: Bool

Returns true when running in a continuous integration environment. Checks for the CI environment variable, which is set by most CI providers.

Released under the MIT License.