From d6bcf42aec8468d7cd18202f916a32b71252dbe6 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sun, 15 Nov 2020 09:39:38 -0500 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index de969b15..eb9ce1ee 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,6 +22,7 @@ install: # make sure Qt bin path is before cmake bin path to avoid copying qt5 dlls from cmake before qt installation - set PATH=%QTDIR%\bin;%PATH% # OpenCV + - ps: [Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12' - ps: $url = "https://downloads.sourceforge.net/project/opencvlibrary/opencv-win/3.4.1/opencv-3.4.1-vc14_vc15.exe?r=&ts="+([int64](([datetime]::UtcNow)-(get-date "1/1/1970")).TotalSeconds) ; wget $url -outfile opencv-3.4.1-vc14_vc15.exe - cmd: opencv-3.4.1-vc14_vc15.exe -o"C:\Program Files" -y - ECHO "Installed OpenCV:"