racket / pkg-build

Other
5 stars 9 forks source link

Set CI env var #2

Closed greghendershott closed 7 years ago

greghendershott commented 7 years ago

Numerous CI services including Travis CI, Circle CI, and Appveyor set "CI=true" in the environment. (Typically each also sets a var specific to them, such as "TRAVIS=true".)

It will be simpler for people to omit tests if the pkg build server also sets this "generic" "some CI system" var.