Files
annotations/build/publish.cmd
T
Alex Bezdieniezhnykh 253f811125 switcher dataset explorer
lat lon -> geopoint
correct location for gps if small keypoints number
2025-06-23 20:47:28 +03:00

26 lines
472 B
Batchfile

setlocal enabledelayedexpansion
@echo off
set CURRENT_DIR=%cd%
cd /d %~dp0..
call build\init
call build\build_dotnet
call Azaion.Loader\build_loader
call Azaion.Inference\build_inference
call ..\gps-denied\image-matcher\build_gps
call build\download_models
echo building and upload iterative installer...
iscc build\installer.iterative.iss
call build\upload.cmd "suite-dev"
echo building full installer
iscc build\installer.full.iss
cd /d %CURRENT_DIR%
echo Done!