summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-04-25 13:17:32 -0700
committerAnthony Green <green@moxielogic.com>2018-04-25 16:17:32 -0400
commit8e250c390a45f722387c1881ae5f99849a2d1e22 (patch)
tree8c5a25217d0b7c6c308b1223fc270f603518e843 /.appveyor.yml
parent7d3cab7926d08aad9a8e54420d6878cb17efd185 (diff)
downloadlibffi-8e250c390a45f722387c1881ae5f99849a2d1e22.tar.gz
update to https for cygwin download (#428)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c388fc6..5a4f096 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -31,7 +31,7 @@ install:
$env:BUILD="x86_64-w64-cygwin"
$env:HOST="x86_64-w64-cygwin"
}
- - 'appveyor DownloadFile http://cygwin.com/setup-x86.exe -FileName setup.exe'
+ - 'appveyor DownloadFile https://cygwin.com/setup-x86.exe -FileName setup.exe'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P dejagnu >NUL'
- '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
- ps: $env:VSCOMNTOOLS=(Get-Content ("env:VS" + "$env:VSVER" + "0COMNTOOLS"))