robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

Compile in CI #37

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

There appears to be a reasonable Docker image with Python 3 and OpenCV: https://hub.docker.com/r/jjanzic/docker-python3-opencv/

virtuald commented 5 years ago

Actually, I wonder if we can just use apt on travis.. they didn't have Xenial available previously, but maybe it would work now?

auscompgeek commented 5 years ago

No Ubuntu release has OpenCV with Python 3 bindings by the looks of things, unfortunately.

Edit: apparently packages.ubuntu.com was just really broken yesterday. Ubuntu only has python3-opencv from bionic onwards: https://packages.ubuntu.com/bionic/python3-opencv

ThadHouse commented 5 years ago

I would recommend using Azure's CI. We've been using it at WPILib and its super awesome. And its docker support is nice as well (we use the docker support for building WPILib). It's 16.04 base image also has sudo apt support as well.