From cc5facbe57c0a504ff768637c43a3191ffc0483b Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 15 Oct 2018 13:32:17 +0200 Subject: [PATCH] add Jenkinsfile and relocate CI currently only builds for windows --- Jenkinsfile | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..9853539 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildPlugin(platforms: ['windows-i686', 'windows-x86_64']) diff --git a/README.md b/README.md index 7f9f6f2..94f4273 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This is a [Kodi](http://kodi.tv) screensaver addon. -[![Build Status](https://travis-ci.org/notspiff/screensaver.asteroids.svg?branch=master)](https://travis-ci.org/notspiff/screensaver.asteroids) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/notspiff/screensaver.asteroids?svg=true)](https://ci.appveyor.com/project/notspiff/screensaver-asteroids) +[![Build Status](https://travis-ci.org/xbmc/screensaver.asteroids.svg?branch=master)](https://travis-ci.org/xbmc/screensaver.asteroids) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/screensaver.asteroids?svg=true)](https://ci.appveyor.com/project/xbmc/screensaver-asteroids) ## Build instructions @@ -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/screensaver.asteroids.git` +2. `git clone https://github.com/xbmc/screensaver.asteroids.git` 3. `cd screensaver.asteroids && mkdir build && cd build` 4. `cmake -DADDONS_TO_BUILD=screensaver.asteroids -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons` 5. `make`