appveyor.yml: improve build process

This commit is contained in:
Bill Zissimopoulos
2016-05-21 14:49:25 -07:00
parent 55f9053b1b
commit c4b6e9bb47
3 changed files with 17 additions and 6 deletions

View File

@ -8,10 +8,10 @@ set CrossCert="%~dp0DigiCert High Assurance EV Root CA.crt"
set Issuer="DigiCert"
set Subject="Navimatics Corporation"
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
if not X%1==X set Configuration=%1
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
cd %~dp0..\build\VStudio
if exist build\ del /s/q build >nul

11
tools/nmake-test.bat Normal file
View File

@ -0,0 +1,11 @@
@echo off
setlocal
set Configuration=Release
if not X%1==X set Configuration=%1
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
cd %~dp0..\ext\test
nmake /f Nmakefile