Skip to content

Commit

Permalink
Merge pull request #34 from AlwinEsch/Nexus-change
Browse files Browse the repository at this point in the history
[Nexus] initial release change for new Kodi 20 Nexus version
  • Loading branch information
AlwinEsch authored Sep 26, 2021
2 parents 67d78fd + 3febe07 commit e1bff1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(version: "Matrix")
buildPlugin(version: "Nexus")
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This is a [Kodi](https://kodi.tv) audio decoder addon for SID music files.

[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
[![Build and run tests](https://github.com/xbmc/audiodecoder.sidplay/actions/workflows/build.yml/badge.svg?branch=Matrix)](https://github.com/xbmc/audiodecoder.sidplay/actions/workflows/build.yml)
[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.audiodecoder.sidplay?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=13&branchName=Matrix)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/audiodecoder.sidplay/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Faudiodecoder.sidplay/branches/)
<!--- [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/audiodecoder.sidplay?branch=Matrix&svg=true)](https://ci.appveyor.com/project/xbmc/audiodecoder-sidplay?branch=Matrix) -->
[![Build and run tests](https://github.com/xbmc/audiodecoder.sidplay/actions/workflows/build.yml/badge.svg?branch=Nexus)](https://github.com/xbmc/audiodecoder.sidplay/actions/workflows/build.yml)
[![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.audiodecoder.sidplay?branchName=Nexus)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=13&branchName=Nexus)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/audiodecoder.sidplay/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Faudiodecoder.sidplay/branches/)
<!--- [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/audiodecoder.sidplay?branch=Nexus&svg=true)](https://ci.appveyor.com/project/xbmc/audiodecoder-sidplay?branch=Nexus) -->

## Build instructions

Expand Down
2 changes: 1 addition & 1 deletion audiodecoder.sidplay/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="audiodecoder.sidplay"
version="3.0.0"
version="20.0.0"
name="Sidplay Audio Decoder"
provider-name="spiff">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ trigger:
branches:
include:
- Matrix
- Nexus
- releases/*
paths:
include:
Expand Down

0 comments on commit e1bff1d

Please sign in to comment.