Skip to content

Commit

Permalink
Use another Docker image with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Apr 16, 2019
1 parent 532ee76 commit 1ecd253
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://hub.docker.com/search?q=opencv&type=image
# https://hub.docker.com/r/jjanzic/docker-python3-opencv/dockerfile
version: 2.0
jobs:
build:
docker:
- image: czentye/opencv-video-minimal:v4.1.0
- image: czentye/opencv-video-minimal:v3.1.0
- image: jjanzic/docker-python3-opencv:opencv-4.0.1
- image: jjanzic/docker-python3-opencv:opencv-3.2.0
working_directory: ~/work
steps:
- checkout
Expand Down

0 comments on commit 1ecd253

Please sign in to comment.