mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
add jenkins pipeline
update publish.cmd
This commit is contained in:
+3
-6
@@ -80,11 +80,8 @@ cd..
|
||||
echo Copy ico
|
||||
copy logo.ico dist\
|
||||
|
||||
echo Copying cudnn files
|
||||
set cudnn-folder="C:\Program Files\NVIDIA\CUDNN\v9.4\bin\12.6"
|
||||
copy %cudnn-folder%\* dist\*
|
||||
@REM don't need
|
||||
del dist\cudnn_adv64_9.dll
|
||||
echo Copying shared libs
|
||||
xcopy /E C:\\share dist\
|
||||
|
||||
set DESTINATION=dist\gps-denied\
|
||||
|
||||
@@ -97,7 +94,7 @@ copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_cuda.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_shared.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\opencv\build\x64\vc16\bin\opencv_world4110.dll %DESTINATION%
|
||||
copy C:\Qt\6.9.0\msvc2022_64\bin\Qt6Core.dll %DESTINATION%
|
||||
|
||||
|
||||
mkdir %DESTINATION%\models
|
||||
copy ..\gps-denied-work\models\* %DESTINATION%\models
|
||||
|
||||
Reference in New Issue
Block a user