From: DRC Date: Fri, 23 Mar 2018 20:31:20 +0000 (-0500) Subject: AppVeyor: Use 1.5.x buildscripts branch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95931530ef316eb18234732136de9bb01aad2d8f;p=libjpeg-turbo AppVeyor: Use 1.5.x buildscripts branch The buildscripts repository is maintained such that its branch structure matches that of the libjpeg-turbo repository, so we need to clone that repository using the same branch name as the base branch of the build. This allows us to continue using the autotools-based official build scripts that were used for 1.5.x This was implemented in the 2.0.x code base as part of the build system overhaul (6abd39160c5a3762e9ebe024e75407665093e715) but was never back-ported to 1.5.x. --- diff --git a/appveyor.yml b/appveyor.yml index 450cb3a..76e40af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: mklink /d "%ProgramData%\Oracle\Java32" "c:\Program Files (x86)\Java\jdk1.6.0" - git clone --depth=1 https://github.com/libjpeg-turbo/buildscripts.git c:/buildscripts + git clone --depth=1 https://github.com/libjpeg-turbo/buildscripts.git -b %APPVEYOR_REPO_BRANCH% c:/buildscripts build_script: - cmd: >-