From: DRC Date: Fri, 7 Oct 2016 10:07:22 +0000 (-0500) Subject: Fix AppVeyor build on non-master branches X-Git-Tag: 1.5.2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce262eb5d796bae30afe0983fcbc94ddac00183f;p=libjpeg-turbo Fix AppVeyor build on non-master branches buildljt will clone the Git repository into the temp. directory, even if the repository is really a local sandbox, so we need to specify the branch. --- diff --git a/appveyor.yml b/appveyor.yml index d172ba7..899c7f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ install: build_script: - cmd: >- - bash c:/buildscripts/buildljt -r file://%CD:\=/% -b /c/ljt.nightly -v + bash c:/buildscripts/buildljt -r file://%CD:\=/% -b /c/ljt.nightly %APPVEYOR_REPO_BRANCH% -v move c:\ljt.nightly\files\*.tar.gz .