Create appveyor.yml

This commit is contained in:
Anton Kochkov 2019-03-26 14:55:01 +08:00 committed by GitHub
parent 26f97c8b5c
commit 45f69e4b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
appveyor.yml Normal file
View File

@ -0,0 +1,15 @@
version: 1.0.{build}
image: Visual Studio 2015
install:
- cmd: >-
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
set VCDIR=%VCINSTALLDIR%
set W64LIB=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64
build_script:
- ps: >-
dir "C:\Program Files (x86)\Microsoft SDKs\Windows"
dir $env:W64LIB
nmake /F Msvc64.mak 2> $null
test: off