Skip to content

Commit

Permalink
Merge pull request #629 from ksooo/fix-github-actions-nexus
Browse files Browse the repository at this point in the history
[Nexus] GitHub Actions/Azure build pipeline fixes/updates
  • Loading branch information
ksooo authored Nov 6, 2023
2 parents a2af295 + 4b9086c commit bc6dbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@ jobs:
matrix:
include:
- name: "Debian package test"
os: ubuntu-18.04
os: ubuntu-latest
CC: gcc
CXX: g++
DEBIAN_BUILD: true
#- os: ubuntu-18.04
#CC: gcc
#CXX: g++
#- os: ubuntu-18.04
#CC: clang
#CXX: clang++
#- os: macos-10.15
steps:
- name: Install needed ubuntu depends
env:
Expand All @@ -34,9 +27,9 @@ jobs:
uses: actions/checkout@v2
with:
repository: xbmc/xbmc
ref: master
ref: Nexus
path: xbmc
- name: Checkout pvr.hts repo
- name: Checkout add-on repo
uses: actions/checkout@v2
with:
path: ${{ env.app_id }}
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- script: |
cd ..
git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi
git clone --branch Nexus --depth=1 https://github.com/xbmc/xbmc.git kodi
cd $(Build.SourcesDirectory)
mkdir build
cd build
Expand Down

0 comments on commit bc6dbf0

Please sign in to comment.