Skip to contents

Determines if the environment is AppVeyor

Usage

is_on_appveyor()

Value

TRUE if run on AppVeyor, FALSE otherwise

Author

Richèl J.C. Bilderbeek

Examples

  if (is_on_appveyor()) {
    message("Running on AppVeyor")
  }