]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Use APPVEYOR_BUILD_FOLDER 434/head
authorTom Yu <tlyu@mit.edu>
Tue, 5 Apr 2016 20:27:02 +0000 (16:27 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 6 Apr 2016 03:13:41 +0000 (23:13 -0400)
The directory that AppVeyor does checkouts into can vary.  Use the
documented APPVEYOR_BUILD_FOLDER environment variable instead of
hardcoding a value.

appveyor.yml

index 7b8e7f1a60c1418a69e24d1018eb44e0586d0b21..be4f6f30efa48bf4200c304950dfbc126e9eda57 100644 (file)
@@ -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