From 9a892a37611675d8eaec0a0c1d91fbc300eb1b69 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 5 Apr 2016 16:27:02 -0400 Subject: [PATCH] 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. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2