mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-24 04:04:50 +00:00
test: Add AppVeyor config file for Windows build
This commit is contained in:
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@ -0,0 +1,9 @@
|
||||
platform:
|
||||
- x64
|
||||
- x86
|
||||
build_script:
|
||||
- if "%platform%" == "x86" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
||||
- if "%platform%" == "x64" "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
||||
- if "%platform%" == "x64" call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
||||
- copy ares_build.h.dist ares_build.h
|
||||
- nmake /f Makefile.msvc
|
||||
Reference in New Issue
Block a user