File: docker-test.sh

package info (click to toggle)
willow 1.11.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,952 kB
  • sloc: xml: 20,346; python: 3,969; makefile: 153; sh: 11
file content (5 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
# Runs the tests using the provided Dockerfile
# Saves having to install OpenCV locally

docker build -t willow-opencv .
docker run --rm -ti -v $(pwd):/code willow-opencv python runtests.py --opencv