summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 20:09:53 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 20:09:53 +0000
commit41c256e2a6605ae6259fcdf7541351cfc9587669 (patch)
tree3b76f383b9f00caccb97d1abc181521d80beb832 /appveyor.yml
parentf720b4891f3790cb774b8ad81fbc44245316cc4e (diff)
Try setting up VS developer tools path, to make NMAKE accessible.
http://help.appveyor.com/discussions/problems/533-how-to-access-nmake-and-visual-studio-tools
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f26f7a5b..b7bf3044 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,6 +25,10 @@ build:
install:
- cinst strawberryperl
- cinst 7zip.commandline
+ - dir "C:\Program Files\Microsoft SDKs\Windows"
+ - dir "C:\Program Files\Microsoft SDKs\Windows\v7.1"
+ - dir "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
+ - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- cd %APPVEYOR_BUILD_FOLDER%\..
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"
- ps: Start-FileDownload 'https://www.openssl.org/source/openssl-1.0.2d.tar.gz'