appveyor update

This commit is contained in:
Greg DiCristofaro 2025-01-19 09:39:11 -05:00
parent d9b072137d
commit bcad8ae128
No known key found for this signature in database

View File

@ -45,4 +45,7 @@ build_script:
test_script: test_script:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- cmd: ant -q test-no-regression - SET NETBEANS_PLAT_VER=15
- SET AUTOPSY_PLATFORM_PATH="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/%NETBEANS_PLAT_VER%"
- SET AUTOPSY_HARNESS_PATH="%AUTOPSY_PLATFORM_PATH%/harness"
- cmd: ant -q ant -Dnbplatform.active.dir="%AUTOPSY_PLATFORM_PATH%" -Dnbplatform.default.harness.dir="%AUTOPSY_HARNESS_PATH%" test-no-regression