From 802fa430156a57ae594e089005cd92bb2fe49bb2 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 29 Sep 2021 19:12:09 +0600 Subject: [PATCH] Update CircleCI config & image --- .circleci/Dockerfile | 5 +++-- .circleci/config.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/Dockerfile b/.circleci/Dockerfile index 0d28567e..1f8bc84b 100644 --- a/.circleci/Dockerfile +++ b/.circleci/Dockerfile @@ -27,7 +27,8 @@ RUN apt-get -qq update \ libavcodec-dev \ libavformat-dev \ libavutil-dev \ - libswscale-dev + libswscale-dev \ + libopencv-dev RUN curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash - @@ -35,7 +36,7 @@ RUN \ mkdir /root/vips \ && cd /root/vips \ && curl -s -S -L -o vips_releases.json "https://api.github.com/repos/libvips/libvips/releases" \ - && for VIPS_VERSION in "8.8" "8.9" "8.10"; do \ + && for VIPS_VERSION in "8.9" "8.10" "8.11"; do \ mkdir $VIPS_VERSION \ && export VIPS_RELEASE=$(grep -m 1 "\"tag_name\": \"v$VIPS_VERSION." vips_releases.json | sed -E 's/.*"v([^"]+)".*/\1/') \ && echo "Building Vips $VIPS_RELEASE as $VIPS_VERSION" \ diff --git a/.circleci/config.yml b/.circleci/config.yml index 01e10bf2..d4b51f8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,8 @@ workflows: - checkout_code matrix: parameters: - go_version: ["1.16", "1.15", "1.14"] - vips_version: ["8.10", "8.9", "8.8"] + go_version: ["1.17", "1.16"] # Go 1.15 doesn't support io/fs + vips_version: ["8.11", "8.10", "8.9"] release: jobs: