add basic scaffolding around automatic build for windows on appveyor
This commit is contained in:
parent
b15b2e8203
commit
d4c126b433
2 changed files with 4 additions and 0 deletions
1
appveyor.yml
Normal file
1
appveyor.yml
Normal file
|
@ -0,0 +1 @@
|
|||
build_script: windows_cygwin\build.bat
|
3
windows_cygwin/build.bat
Normal file
3
windows_cygwin/build.bat
Normal 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
|
||||
|
Loading…
Reference in a new issue