AppVeyor: Build against Kodi Krypton

This is the Krypton support branch, so it shall be build-tested against
Krypton Kodi tree.

Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
Julian Scheel 2017-05-26 10:40:27 +02:00
parent 8549a31c8d
commit f260cb07e9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ environment:
build_script:
- cd ..
- set ROOT=%cd%
- git clone --depth=1 https://github.com/xbmc/xbmc.git
- git clone --depth=1 https://github.com/xbmc/xbmc.git -b Krypton
- mkdir xbmc\project\cmake\addons\addons\pvr.octonet
- echo pvr.octonet https://github.com/DigitalDevices/pvr.octonet master > xbmc\project\cmake\addons\addons\pvr.octonet\pvr.octonet.txt
- cd %ADDON%