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
|
||||
Recommends: ffmpeg
|
||||
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
|
||||
Libresonic is a web-based music streamer, jukebox and Podcast receiver,
|
||||
providing access to your music collection wherever you are. Use it
|
||||
|
||||
@@ -159,6 +159,10 @@
|
||||
<configuration>
|
||||
<failOnWarning>${failOnDependencyWarning}</failOnWarning>
|
||||
<ignoreNonCompile>true</ignoreNonCompile>
|
||||
<ignoredUnusedDeclaredDependencies>
|
||||
<ignoredUnusedDeclaredDependency>com.sun.mail:javax.mail*</ignoredUnusedDeclaredDependency>
|
||||
<ignoredUnusedDeclaredDependency>org.seamless:seamless-http*</ignoredUnusedDeclaredDependency>
|
||||
</ignoredUnusedDeclaredDependencies>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user