Skip to content

Commit

Permalink
add Jenkinsfile and relocate CI
Browse files Browse the repository at this point in the history
currently only builds for windows
  • Loading branch information
akva2 committed Oct 15, 2018
1 parent a3dc5e3 commit cc5facb
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'])
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) 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

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/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`
Expand Down

0 comments on commit cc5facb

Please sign in to comment.