add basic scaffolding around automatic build for windows on appveyor

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-28 11:09:53 +02:00
parent b15b2e8203
commit d4c126b433
2 changed files with 4 additions and 0 deletions

1
appveyor.yml Normal file
View file

@ -0,0 +1 @@
build_script: windows_cygwin\build.bat

3
windows_cygwin/build.bat Normal file
View file

@ -0,0 +1,3 @@
REM install Chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin