rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.91k stars 111 forks source link

OSX and Windows CI #74

Closed opilar closed 6 years ago

opilar commented 7 years ago

Partially resolves #65.

Kimundi commented 7 years ago

Thanks! Could you add a new line at the end to both config files though?

Kimundi commented 7 years ago

Seems like osx does not like the way travis-cargo is called there.

opilar commented 7 years ago

Yes. Check out my issue: https://github.com/huonw/travis-cargo/issues/70

KodrAus commented 6 years ago

Is there anything else blocking this @Kimundi? I guess we'll need to enable AppVeyor for this repo.

Kimundi commented 6 years ago

Seems nothing else is blocking it. I'll merge and see if I can get appvoyer running.