mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #5334 from esaunders/develop
Remove tests from Travis and AppVeyor builds.
This commit is contained in:
commit
d57628d802
@ -64,10 +64,3 @@ script:
|
|||||||
- cd $TRAVIS_BUILD_DIR/
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
- ant 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'
|
|
||||||
- cd Core/
|
|
||||||
- ant -q getTestDataFiles
|
|
||||||
- echo "Free Space:"
|
|
||||||
- echo `df -h .`
|
|
||||||
- xvfb-run ant -q test
|
|
||||||
- echo -en 'travis_fold:end:script.tests\\r'
|
|
||||||
|
@ -45,8 +45,5 @@ build_script:
|
|||||||
- ps: popd
|
- ps: popd
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- cmd: ant -q build
|
- cmd: ant -q build
|
||||||
- cd Core
|
|
||||||
- cmd: ant -q test
|
|
||||||
- cd ..
|
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user