mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
made travis more verbose
This commit is contained in:
parent
dd23a69ba0
commit
5f0c802f71
@ -19,11 +19,11 @@ install:
|
|||||||
- sh travis_build.sh
|
- sh travis_build.sh
|
||||||
script:
|
script:
|
||||||
- set -e
|
- set -e
|
||||||
- echo "building autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
||||||
- cd $TRAVIS_BUILD_DIR/
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
- ant -q build
|
- ant build
|
||||||
- echo -en 'travis_fold:end:script.build\\r'
|
- echo -en 'travis_fold:end:script.build\\r'
|
||||||
- echo "testing autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
|
- echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
|
||||||
- cd Core/
|
- cd Core/
|
||||||
- xvfb-run ant -q test
|
- xvfb-run ant -q test
|
||||||
- echo -en 'travis_fold:end:script.tests\\r'
|
- echo -en 'travis_fold:end:script.tests\\r'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user