mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Set up CI with Azure Pipelines (#926)
Use Azure Pipelines for CI. This migrates away from Travis and Appveyor.
This commit is contained in:
@@ -364,7 +364,7 @@ description should mention "tokio-tls".
|
||||
}
|
||||
|
||||
fn local_root_store() -> CertStore {
|
||||
if env::var("APPVEYOR").is_ok() {
|
||||
if env::var("CI").is_ok() {
|
||||
CertStore::open_local_machine("Root").unwrap()
|
||||
} else {
|
||||
CertStore::open_current_user("Root").unwrap()
|
||||
|
||||
Reference in New Issue
Block a user