Skip to content

Commit

Permalink
add Jenkinsfile and relocate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff committed Oct 15, 2018
1 parent 081ee65 commit 349000f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildPlugin()
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This is a [Kodi](http://kodi.tv) audio decoder addon for GSF files.

[![Build Status](https://travis-ci.org/notspiff/audiodecoder.gsf.svg?branch=master)](https://travis-ci.org/notspiff/audiodecoder.gsf)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/notspiff/audiodecoder.gsf?svg=true)](https://ci.appveyor.com/project/notspiff/audiodecoder-gsf)
[![Build Status](https://travis-ci.org/xbmc/audiodecoder.gsf.svg?branch=master)](https://travis-ci.org/xbmc/audiodecoder.gsf)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/audiodecoder.gsf?svg=true)](https://ci.appveyor.com/project/xbmc/audiodecoder-gsf)

## Build instructions

Expand All @@ -17,7 +17,7 @@ The following instructions assume you will have built Kodi already in the `kodi-
suggested by the README.

1. `git clone https://github.com/xbmc/xbmc.git`
2. `git clone https://github.com/notspiff/audiodecoder.gsf.git`
2. `git clone https://github.com/xbmc/audiodecoder.gsf.git`
3. `cd audiodecoder.gsf && mkdir build && cd build`
4. `cmake -DADDONS_TO_BUILD=audiodecoder.gsf -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
5. `make`
Expand Down

0 comments on commit 349000f

Please sign in to comment.