mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
consolidate CommonSecurity to Common.dll
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user