]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix AppVeyor build on non-master branches
authorDRC <information@libjpeg-turbo.org>
Fri, 7 Oct 2016 10:07:22 +0000 (05:07 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 7 Oct 2016 10:20:26 +0000 (05:20 -0500)
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.

appveyor.yml

index d172ba7a3161a54eaa418c8495fa2583a53ec4d5..899c7f3753d79f5e7aca48e302a5bb21c759a1c5 100644 (file)
@@ -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 .