Skip to content

Commit

Permalink
add Jenkinsfile and relocate CI
Browse files Browse the repository at this point in the history
currently builds for android, ios and windows
  • Loading branch information
notspiff committed Oct 15, 2018
1 parent d34beaa commit 918dbdd
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(platforms: ['windows-i686', 'windows-x86_64', 'android-armv7', 'android-aarch64', 'ios-armv7', 'ios-aarch64'])
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) visualization addon.

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

## 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/visualization.waveform.git`
2. `git clone https://github.com/xbmc/visualization.waveform.git`
3. `cd visualization.waveform && mkdir build && cd build`
4. `cmake -DADDONS_TO_BUILD=visualization.waveform -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 918dbdd

Please sign in to comment.