mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
reduce verbosity of ant build in travis
This commit is contained in:
parent
3c652a20f3
commit
e32348590e
@ -15,8 +15,9 @@ install:
|
||||
- cd sleuthkit/sleuthkit
|
||||
- sh install-sleuthkit.sh
|
||||
script:
|
||||
- set -e
|
||||
- cd $TRAVIS_BUILD_DIR/
|
||||
- ant build
|
||||
- ant -q build > /dev/null
|
||||
- cd Core/
|
||||
- xvfb-run ant test
|
||||
- xvfb-run ant -q test > /dev/null
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
||||
<copy file="${thirdparty.dir}/LICENSE-2.0.txt" todir="${ext.dir}" />
|
||||
|
||||
<!-- fetch all the dependencies from Ivy and stick them in the right places -->
|
||||
<ivy:resolve/>
|
||||
<ivy:resolve log="quiet"/>
|
||||
<ivy:retrieve conf="core" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
<target name="get-deps" description="retrieve dependencies using ivy" depends="init-ivy,build-native-libs">
|
||||
<ivy:settings file="ivysettings.xml" />
|
||||
<ivy:resolve/>
|
||||
<ivy:resolve log="quiet"/>
|
||||
<ivy:retrieve pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<target name="resolve">
|
||||
<ivy:settings file="ivysettings.xml" />
|
||||
<ivy:resolve file="ivy.xml" conf="experimental"/>
|
||||
<ivy:resolve file="ivy.xml" conf="experimental" log="quiet"/>
|
||||
</target>
|
||||
|
||||
<target name="retrieve-experimental" depends="resolve">
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
<target name="get-deps" depends="init-ivy, get-solr-deployment">
|
||||
<!-- fetch all the dependencies from Ivy and stick them in the right places -->
|
||||
<ivy:resolve/>
|
||||
<ivy:resolve log="quiet"/>
|
||||
<ivy:retrieve conf="autopsy" pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
<ivy:retrieve conf="solr-war" pattern="${basedir}/release/solr/webapps/solr.war" />
|
||||
<ivy:retrieve conf="start-solr" pattern="${basedir}/release/solr/start.jar" />
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
<target name="get-deps" depends="init-ivy,get-thirdparty-tools">
|
||||
<!-- fetch all the dependencies from Ivy and stick them in the right places -->
|
||||
<ivy:resolve/>
|
||||
<ivy:resolve log="quiet"/>
|
||||
<ivy:retrieve conf="recent-activity" pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user