Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
engines:
fixme:
enabled: true
pep8:
enabled: true
radon:
enabled: true
gnu-complexity:
enabled: true
config:
threshold: 25

ratings:
paths:
- src/**
- bindings/python/**
- "**.c"
- "**.h"
- "**.py"

exclude_paths:
- tests/**/*
- docs/**/*
- po/**/*
- m4/**/*

37 changes: 37 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
addons:
apt:
packages:
- doxygen
- graphviz
- autoconf
- automake
- libtool
- m4
- gtk-doc-tools
- pkg-config
- libxslt1-dev
- intltool
- gettext
- python2-dev
- python-mutagen
- python-setuptools
- libsqlite3-dev
- libglib2.0-dev
- libxml2-dev
- libimobiledevice-dev
- libgdk-pixbuf2.0-dev

language: c

python:
- "2.7"

script: cp README.old README && cp ChangeLog.old ChangeLog && ./autogen.sh && make && make check

install: true

sudo: false

notifications:
irc: "chat.freenode.net#code-hell"

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![libgpod License](https://img.shields.io/badge/license-GPL2-blue.svg?dummy)](https://github.com/VCTLabs/libgpod/blob/master/libgpod/COPYING)
[![GitHub version](https://badge.fury.io/gh/VCTLabs%2Flibgpod.svg)](https://badge.fury.io/gh/VCTLabs%2Flibgpod)
[![Build Status](https://travis-ci.org/VCTLabs/libgpod.svg?branch=master)](https://travis-ci.org/VCTLabs/libgpod)
[![Code Climate](https://codeclimate.com/github/VCTLabs/libgpod/badges/gpa.svg)](https://codeclimate.com/github/VCTLabs/libgpod)
[![Github Issues](http://githubbadges.herokuapp.com/VCTLabs/libgpod/issues.svg?style=flat-square&dummy)](https://github.com/VCTLabs/libgpod/issues)

# Readme for libgpod update/maintenance releases #

Numerous fixes by me and others, seems worth a minor version update.
Expand Down