Update .appveyor.yml

This commit is contained in:
matlabbe 2020-11-15 09:39:38 -05:00 committed by GitHub
parent 4a2b9d6ea9
commit d6bcf42aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 # 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% - set PATH=%QTDIR%\bin;%PATH%
# OpenCV # 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 - 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 - cmd: opencv-3.4.1-vc14_vc15.exe -o"C:\Program Files" -y
- ECHO "Installed OpenCV:" - ECHO "Installed OpenCV:"