formatting fix

This commit is contained in:
Greg DiCristofaro 2020-11-03 08:17:33 -05:00
parent 65a1062ce2
commit b7c05e4279

View File

@ -6,14 +6,13 @@ cache:
- C:\ProgramData\chocolatey\lib
- '%APPVEYOR_BUILD_FOLDER%\Core\test\qa-functional\data'
image: Visual Studio 2015
platform: x64
environment:
global:
TSK_HOME: "C:\\sleuthkit"
JDK_HOME: C:\Program Files\Java\jdk1.8.0
PYTHON: "C:\\Python36-x64"
global:
TSK_HOME: "C:\\sleuthkit"
JDK_HOME: C:\Program Files\Java\jdk1.8.0
PYTHON: "C:\\Python36-x64"
install:
- ps: choco install nuget.commandline
@ -44,4 +43,4 @@ build_script:
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- cmd: ant -q test-no-regression
- cmd: ant -q test-no-regression