]> granicus.if.org Git - libjpeg-turbo/commitdiff
AppVeyor: Use 1.5.x buildscripts branch
authorDRC <information@libjpeg-turbo.org>
Fri, 23 Mar 2018 20:31:20 +0000 (15:31 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 23 Mar 2018 20:39:14 +0000 (15:39 -0500)
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.

appveyor.yml

index 450cb3a198146b3d6b5b89187baa67ca41690bff..76e40af1e1d6a189014790614579e1f883da0497 100644 (file)
@@ -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: >-