mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:06:30 +00:00
f9815a0a3f
put new Versioning fix bugs
20 lines
283 B
Batchfile
20 lines
283 B
Batchfile
rem
|
|
@echo off
|
|
pushd %~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 installer...
|
|
iscc build\installer.iterative.iss
|
|
|
|
popd |