Removed Travis from master until Travis supports Audacious 3.6
This commit is contained in:
parent
ff79739004
commit
f8df0f9ecd
25
.travis.yml
25
.travis.yml
|
@ -1,25 +0,0 @@
|
||||||
language: c
|
|
||||||
os: linux
|
|
||||||
sudo: required
|
|
||||||
dist: xenial
|
|
||||||
before_install:
|
|
||||||
- sudo apt-get update
|
|
||||||
- sudo apt-get -y install autotools-dev audacious-dev libglib2.0-dev
|
|
||||||
install:
|
|
||||||
- pushd ~
|
|
||||||
- mkdir sdl2install
|
|
||||||
- export SDL2DIR="`pwd`/sdl2install"
|
|
||||||
- wget https://www.libsdl.org/release/SDL2-2.0.3.tar.gz
|
|
||||||
- tar xzf SDL2-2.0.3.tar.gz
|
|
||||||
- cd SDL2-2.0.3
|
|
||||||
- ./configure --prefix=$SDL2DIR
|
|
||||||
- make
|
|
||||||
- make install
|
|
||||||
- popd
|
|
||||||
- ./autogen.sh --prefix=$SDL2DIR
|
|
||||||
- make
|
|
||||||
- make install
|
|
||||||
compiler: gcc
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
- dprotti@gmail.com
|
|
|
@ -1,8 +1,6 @@
|
||||||
Infinity
|
Infinity
|
||||||
========
|
========
|
||||||
|
|
||||||
[![Build Status](https://api.travis-ci.org/dprotti/infinity-plugin.svg?branch=master)](https://travis-ci.org/dprotti/infinity-plugin)
|
|
||||||
|
|
||||||
Visualization plugin for [Audacious](http://audacious-media-player.org/) music player.
|
Visualization plugin for [Audacious](http://audacious-media-player.org/) music player.
|
||||||
|
|
||||||
It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences
|
It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences
|
||||||
|
|
Loading…
Reference in New Issue