Commit Graph

16 Commits

Author SHA1 Message Date
Stefano Sinigardi 27b37bf103
add missing dependencies for openvino (#8860)
* add missing automake
* add missing autoconf-archive
2023-10-30 17:26:03 +01:00
Stefano Sinigardi 39b854d0ac
lower disk space usage in CI to remove spurious errors (#8843)
Co-authored-by: vsaw <hello@vsaw.net>
2023-09-21 08:06:26 +02:00
Stefano Sinigardi 0faed3e60e
add missing dependencies (#8694) 2022-11-04 14:27:17 +01:00
Stefano Sinigardi 96f08de683
restore Windows PowerShell compatibility (#8607)
* fix IsWindowsPowershell visibility

* add missing closing braces

* use proper flag

* non-interactive deploy of cuda

* set default host triplet

* add a CI test for legacy Windows PowerShell

* add powershell as shell name explicitly, otherwise github actions are already defaulting to pwsh
2022-08-16 20:20:48 +02:00
Stefano Sinigardi 7fe4fb7c45
[github actions] add missing tool from base image (#8271) 2021-12-03 18:33:58 +01:00
Stefano Sinigardi 4b35dbbf9a
update to cuda 11.5 (#8174) 2021-11-12 04:58:00 +01:00
Stefano Sinigardi b8dceb7ed0
[CI] update to cuda11.4 (#7914)
* [CI] update to cuda11.4

* update setup scripts to cuda 11.4
2021-07-30 04:05:23 +03:00
Stefano Sinigardi 8c85eb7784
[build.ps1/setup.sh] do not export vcpkg_root anymore, add setup scripts to CI (#7751)
* [build.ps1] do not export vcpkg_root anymore

* [README.md] add a build step related to Set-ExecutionPolicy on Windows

* use scope currentuser to avoid admin powershell

* simplify even more set-executionpolicy command order

* remove unnecessary decoration to shell commands to improve user experience with copy button

* write instructions to build using only cmake

* Update README.md

* add target install

* improve setup scripts for future tests

* improve setup.sh script for more tool installations and add command line flags handling

* add CI tests for setup scripts

* use nuget artifact cache to improve CI build times

* disable interactivity for build script when called from setup script, add kitware gpg key in CI

* enable cudnn in setup.sh

* add a workaround for missing nvidia drivers in CI

* setup CUDA env variables

* remove some very slow builds from travis and move them to github actions

* chmod sh scripts

* use deploy-cuda scripts also in PR pipelines

* install asm tools

* restore links missing for CI when using deploy-cuda.sh

* enable cudnn on ubuntu ci pipelines

* pass CUDA env variables

* add missing cuda install for opencv2 and opencv3 ci pipelines

* remove unnecessary steps

Co-authored-by: Alexey <AlexeyAB@users.noreply.github.com>
2021-06-04 15:02:07 +03:00
Stefano Sinigardi 91efb7c7f6
Deploy CUDA 11.3 in CI (#7630)
* [nuget] use personal baget repo

* update cuda to 11.3 on windows

* add error messages during build to not have green badge when failed

* remove cygwin script, is untested now; use deploy-cuda.ps1 script also inside setup.ps1
2021-04-21 19:25:46 +03:00
Stefano Sinigardi 0ee4ff36b2 download weights using a local script, do not rely on vcpkg 2021-04-14 15:19:06 +02:00
Stefano Sinigardi 44c868baca add missing pubkey install step 2021-02-21 18:11:02 +01:00
Stefano Sinigardi 552bddc140 move to ubuntu 20.04 on github actions 2021-02-21 18:00:59 +01:00
Stefano Sinigardi 9284d02809 comment out windows-vcpkg, improve setup scripts 2021-02-18 22:22:39 +01:00
Stefano Sinigardi 86b1bf7497 restore missing infos in README.md after merging with master 2020-08-08 16:25:53 +02:00
Stefano Sinigardi 0ba1f84d38 update setup scripts 2020-05-28 18:56:08 +02:00
Stefano Sinigardi 99e0e57dc3 move setup scripts to scripts subfolder 2019-12-03 07:22:00 +01:00