hn-88 / OCVWarp

Warping images and videos for planetarium fulldome display using OpenCV
MIT License
5 stars 0 forks source link

appveyor build doesn't run #8

Closed hn-88 closed 4 years ago

hn-88 commented 4 years ago

Appveyor build at https://ci.appveyor.com/project/hn-88/ocvwarp/build/artifacts does not run on windows. Probably linked to some other dlls.

hn-88 commented 4 years ago

x64 appveyor build with VS2015 works fine. https://ci.appveyor.com/project/hn-88/ocvwarp/builds/32680995/artifacts

Win32 build with VS2012 has the issue that there are no pre-built OpenCV 32 bit libs or dlls for 3.4.3 https://ci.appveyor.com/project/hn-88/ocvwarp/builds/32682336

hn-88 commented 4 years ago

Fixed with dde209f