From d315afc591754801c5e5e3540f2bee31464d6f42 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 20 Sep 2021 21:44:10 +0200 Subject: [PATCH 1/2] change test builds to 'Kodi Nexus' --- Jenkinsfile | 2 +- README.md | 6 +++--- azure-pipelines.yml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3d3080a..874d461 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(version: "Matrix") +buildPlugin(version: "Nexus") diff --git a/README.md b/README.md index 611527e..105ea54 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This is a [Kodi](https://kodi.tv) screensaver addon. [![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md) -[![Build and run tests](https://github.com/xbmc/screensaver.stars/actions/workflows/build.yml/badge.svg?branch=Matrix)](https://github.com/xbmc/screensaver.stars/actions/workflows/build.yml) -[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.screensaver.stars?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=49&branchName=Matrix) -[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/screensaver.stars/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fscreensaver.stars/branches/) +[![Build and run tests](https://github.com/xbmc/screensaver.stars/actions/workflows/build.yml/badge.svg?branch=Nexus)](https://github.com/xbmc/screensaver.stars/actions/workflows/build.yml) +[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.screensaver.stars?branchName=Nexus)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=49&branchName=Nexus) +[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/screensaver.stars/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fscreensaver.stars/branches/) ## Build instructions diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea857a1..a9c44af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ trigger: branches: include: - Matrix + - Nexus - releases/* paths: include: From 3010fb81296a3487104a5e7e22ca08259bcd91f0 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 20 Sep 2021 21:44:10 +0200 Subject: [PATCH 2/2] increase version to 20.0.0 (see note below) With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi. This done to know easier to which Kodi the addon works. For here now used by Kodi 20 Nexus. --- screensaver.stars/addon.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screensaver.stars/addon.xml.in b/screensaver.stars/addon.xml.in index 54145b5..c672cc4 100644 --- a/screensaver.stars/addon.xml.in +++ b/screensaver.stars/addon.xml.in @@ -1,7 +1,7 @@  @ADDON_DEPENDS@