From: Tom Yu Date: Tue, 5 Apr 2016 20:27:02 +0000 (-0400) Subject: Use APPVEYOR_BUILD_FOLDER X-Git-Tag: krb5-1.15-beta1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a892a37611675d8eaec0a0c1d91fbc300eb1b69;p=thirdparty%2Fkrb5.git Use APPVEYOR_BUILD_FOLDER The directory that AppVeyor does checkouts into can vary. Use the documented APPVEYOR_BUILD_FOLDER environment variable instead of hardcoding a value. --- diff --git a/appveyor.yml b/appveyor.yml index 7b8e7f1a60..be4f6f30ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ build_script: - set CPU=i386 - set NO_LEASH=1 - set - - cd C:\Projects\krb5\src + - cd %APPVEYOR_BUILD_FOLDER%\src - nmake -f Makefile.in prep-windows - nmake - nmake install