Add Travis CI configuration
Signed-off-by: François-Xavier Thomas <fx.thomas@gmail.com>
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
|||||||
|
language: java
|
||||||
|
sudo: required
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get -y install lintian fakeroot rpm python-rpm
|
||||||
|
- git clone https://github.com/rpm-software-management/rpmlint -o rpmlint-1.9
|
||||||
|
- sudo make -C rpmlint install
|
||||||
|
script:
|
||||||
|
- mvn -Pfull,rpm package install
|
||||||
|
- mvn -Pfull -pl libresonic-assembly assembly:single
|
||||||
@@ -4,7 +4,7 @@ Section: Multimedia
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Recommends: ffmpeg
|
Recommends: ffmpeg
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Sindre Mehus <sindre@activeobjects.no>
|
Maintainer: Eugene E. Kashpureff Jr <eugene@kashpureff.org>
|
||||||
Description: A web-based music streamer, jukebox and Podcast receiver
|
Description: A web-based music streamer, jukebox and Podcast receiver
|
||||||
Libresonic is a web-based music streamer, jukebox and Podcast receiver,
|
Libresonic is a web-based music streamer, jukebox and Podcast receiver,
|
||||||
providing access to your music collection wherever you are. Use it
|
providing access to your music collection wherever you are. Use it
|
||||||
|
|||||||
@@ -159,6 +159,10 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<failOnWarning>${failOnDependencyWarning}</failOnWarning>
|
<failOnWarning>${failOnDependencyWarning}</failOnWarning>
|
||||||
<ignoreNonCompile>true</ignoreNonCompile>
|
<ignoreNonCompile>true</ignoreNonCompile>
|
||||||
|
<ignoredUnusedDeclaredDependencies>
|
||||||
|
<ignoredUnusedDeclaredDependency>com.sun.mail:javax.mail*</ignoredUnusedDeclaredDependency>
|
||||||
|
<ignoredUnusedDeclaredDependency>org.seamless:seamless-http*</ignoredUnusedDeclaredDependency>
|
||||||
|
</ignoredUnusedDeclaredDependencies>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user