diff --git a/appveyor.yml b/appveyor.yml index 12322b5..ee80b82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,8 @@ build_script: - if "%TARGET%" == "x86_64-pc-windows-msvc" ( cargo doc --no-deps ) - echo build test_script: - - cargo test + # TODO remove this loop when server 2016 lands on appveyor; related to https://github.com/steffengy/schannel-rs/issues/8 + - for($i=1; $i -le 3; $i++) { cargo test; if ($?) { break } } deploy_script: - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - set deploy=1