Skip to content

Commit

Permalink
change test builds to released 'Kodi Matrix'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Sep 13, 2021
1 parent d2e5ad8 commit 4daf26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
#
before_script:
- cd $TRAVIS_BUILD_DIR/..
- git clone --depth=1 https://github.com/xbmc/xbmc.git
- git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git
- cd ${app_id} && mkdir build && cd build
- mkdir -p definition/${app_id}
- echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(platforms: ['ubuntu-ppa'])
buildPlugin(version: "Matrix", platforms: ['ubuntu-ppa'])

0 comments on commit 4daf26c

Please sign in to comment.