From 66db2bc5be23bd11386a466e15900d1054d09391 Mon Sep 17 00:00:00 2001 From: Rechi Date: Mon, 15 Apr 2019 13:39:41 +0200 Subject: [PATCH] build with Kodi Leia API --- Jenkinsfile | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9853539..99cfc93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(platforms: ['windows-i686', 'windows-x86_64']) +buildPlugin(version: "Leia", platforms: ['windows-i686', 'windows-x86_64']) diff --git a/appveyor.yml b/appveyor.yml index ac7551f..b13d528 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ environment: build_script: - cd .. - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git - cd %app_id% - mkdir build - cd build