Skip to content

Commit

Permalink
add Travis CI and icons in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Oct 23, 2017
1 parent ea0ea54 commit fb2481e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
git:
depth: 1

os: linux
language: c
dist: trusty
sudo: false

install:
- cd ${TRAVIS_BUILD_DIR}
- curl -L "https://drive.google.com/uc?export=download&id=0B6NdBDx_PciXd0NTSDRZVFZ1Tlk" | tar xj
- curl -L "http://dl.vitasdk.org/libvita2d.tar.xz" | tar -C vitasdk/arm-vita-eabi -Jxvf -

script:
- export VITASDK=${TRAVIS_BUILD_DIR}/vitasdk
- export PATH=${VITASDK}/bin:${PATH}
- cmake -DCMAKE_BUILD_TYPE=Release .
- cmake --build .
12 changes: 11 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# pkgi

[![Travis CI Build Status][img_travis]][pkgi_travis] [![Downloads][img_downloads]][pkgi_downloads] [![Release][img_latest]][pkgi_latest] [![License][img_license]][pkgi_license]

pkgi allows to install original pkg files on your Vita.

This homebrew allows to download & unpack pkg file directly on Vita together with your [NoNpDrm][] fake license.
Expand All @@ -19,7 +21,7 @@ Current limitations:

# Download

Get latest version as [vpk file here][pkg_releases].
Get latest version as [vpk file here][pkgi_latest].

# Setup instructions

Expand Down Expand Up @@ -107,3 +109,11 @@ puff.h and puff.c files are under [zlib][] license.
[PSDLE]: https://repod.github.io/psdle/
[socat]: http://www.dest-unreach.org/socat/
[zlib]: https://www.zlib.net/zlib_license.html
[pkgi_travis]: https://travis-ci.org/mmozeiko/pkgi/
[pkgi_downloads]: https://github.com/mmozeiko/pkgi/releases
[pkgi_latest]: https://github.com/mmozeiko/pkgi/releases/latest
[pkgi_license]: https://github.com/mmozeiko/pkgi/blob/master/LICENSE
[img_travis]: https://api.travis-ci.org/mmozeiko/pkgi.svg?branch=master
[img_downloads]: https://img.shields.io/github/downloads/mmozeiko/pkgi/total.svg?maxAge=3600
[img_latest]: https://img.shields.io/github/release/mmozeiko/pkgi.svg?maxAge=3600
[img_license]: https://img.shields.io/github/license/mmozeiko/pkgi.svg?maxAge=2592000

0 comments on commit fb2481e

Please sign in to comment.