chore: bump gocv to v0.35.0
This commit is contained in:
6
vendor/gocv.io/x/gocv/Dockerfile-test
generated
vendored
6
vendor/gocv.io/x/gocv/Dockerfile-test
generated
vendored
@ -3,10 +3,10 @@
|
||||
#
|
||||
# To run tests:
|
||||
# xhost +
|
||||
# docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix gocv-test
|
||||
# docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix gocv-test-4.x
|
||||
# xhost -
|
||||
#
|
||||
FROM gocv/opencv:4.6.0 AS gocv-test
|
||||
FROM ghcr.io/hybridgroup/opencv:4.8.1 AS gocv-test-4.7
|
||||
|
||||
ENV GOPATH /go
|
||||
|
||||
@ -14,6 +14,6 @@ COPY . /go/src/gocv.io/x/gocv/
|
||||
|
||||
WORKDIR /go/src/gocv.io/x/gocv
|
||||
|
||||
RUN go get -u github.com/rakyll/gotest
|
||||
RUN go install github.com/rakyll/gotest@latest
|
||||
|
||||
ENTRYPOINT ["gotest", "-v", ".", "./contrib/..."]
|
||||
|
Reference in New Issue
Block a user