Skip to content

markushi/docker-opencv-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-opencv-dev

Dockerized CI environment for building C++ applications with OpenCV(4.4.0) and cmake(optional).

Example usage

Here's how the image can be used in conjunction with bitbucket pipelines.

bitbucket-pipelines.yml

image: markushi/opencv-dev:latest

pipelines:
  default:
    - step:
        script:
          - mkdir build
          - cd build
          - cmake ..
          - make

About

Dockerized OpenCV build environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published