mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:36:31 +00:00
17 lines
240 B
Batchfile
17 lines
240 B
Batchfile
@echo off
|
|
pushd %~dp0..
|
|
|
|
call build\init
|
|
|
|
call build\build_dotnet
|
|
|
|
call Azaion.Inference\build_inference
|
|
|
|
call ..\gps-denied\image-matcher\build_gps
|
|
|
|
call build\download_models
|
|
|
|
echo building installer...
|
|
iscc build\installer.full.iss
|
|
|
|
popd |