Skip to content

Commit 7d0753a

Browse files
committed
[Omega] Update build scripts to use Omega release
1 parent 4554b0f commit 7d0753a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
repository: xbmc/xbmc
30-
ref: Nexus
30+
ref: Omega
3131
path: xbmc
3232
- name: Checkout add-on repo
3333
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
if [[ $DEBIAN_BUILD != true ]]; then cd ${app_id} && mkdir -p build && cd build; fi
4343
if [[ $DEBIAN_BUILD != true ]]; then cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=${{ github.workspace }} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/xbmc/addons -DPACKAGE_ZIP=1 ${{ github.workspace }}/xbmc/cmake/addons; fi
44-
if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Nexus/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
44+
if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Omega/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
4545
if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get build-dep ${{ github.workspace }}/${app_id}; fi
4646
- name: Build
4747
env:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_script:
5050
- if [[ $DEBIAN_BUILD != true ]]; then mkdir -p definition/${app_id}; fi
5151
- if [[ $DEBIAN_BUILD != true ]]; then echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt; fi
5252
- if [[ $DEBIAN_BUILD != true ]]; then cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=$TRAVIS_BUILD_DIR/.. -DADDONS_DEFINITION_DIR=$TRAVIS_BUILD_DIR/build/definition -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/../xbmc/addons -DPACKAGE_ZIP=1 $TRAVIS_BUILD_DIR/../xbmc/cmake/addons; fi
53-
- if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Nexus/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
53+
- if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Omega/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi
5454
- if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get build-dep $TRAVIS_BUILD_DIR; fi
5555

5656
script:

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
------------------
66

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

1313
# audiodecoder.2sf addon for Kodi
1414

@@ -27,7 +27,7 @@ Also make sure you follow this README from the branch in question.
2727
The following instructions assume you will have built Kodi already in the `kodi-build` directory
2828
suggested by the README.
2929

30-
1. `git clone --branch Nexus https://github.com/xbmc/xbmc.git`
30+
1. `git clone --branch Omega https://github.com/xbmc/xbmc.git`
3131
2. `git clone https://github.com/xbmc/audiodecoder.2sf.git`
3232
3. `cd audiodecoder.2sf && mkdir build && cd build`
3333
4. `cmake -DADDONS_TO_BUILD=audiodecoder.2sf -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323

2424
build_script:
2525
- cd ..
26-
- git clone --branch Nexus --depth=1 https://github.com/xbmc/xbmc.git
26+
- git clone --branch Omega --depth=1 https://github.com/xbmc/xbmc.git
2727
- cd %app_id%
2828
- mkdir build
2929
- cd build

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Nexus
7+
- Omega
88
- Omega
99
- releases/*
1010
paths:
@@ -57,7 +57,7 @@ jobs:
5757

5858
- script: |
5959
cd ..
60-
git clone --branch Nexus --depth=1 https://github.com/xbmc/xbmc.git kodi
60+
git clone --branch Omega --depth=1 https://github.com/xbmc/xbmc.git kodi
6161
cd $(Build.SourcesDirectory)
6262
mkdir build
6363
cd build

0 commit comments

Comments
 (0)