Skip to content

Commit

Permalink
CI: Bump imagemagick versions (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored and Watson1978 committed Apr 7, 2019
1 parent 8391a56 commit 8bda84a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Expand Up @@ -8,25 +8,25 @@ environment:
PATCH_VERSION: 10
- RUBY_VERSION: 23-x64
IMAGEMAGICK_VERSION: 6.9.10
PATCH_VERSION: 34
PATCH_VERSION: 38
- RUBY_VERSION: 24-x64
IMAGEMAGICK_VERSION: 6.8.9
PATCH_VERSION: 10
- RUBY_VERSION: 24-x64
IMAGEMAGICK_VERSION: 6.9.10
PATCH_VERSION: 34
PATCH_VERSION: 38
- RUBY_VERSION: 25-x64
IMAGEMAGICK_VERSION: 6.8.9
PATCH_VERSION: 10
- RUBY_VERSION: 25-x64
IMAGEMAGICK_VERSION: 6.9.10
PATCH_VERSION: 34
PATCH_VERSION: 38
- RUBY_VERSION: 26-x64
IMAGEMAGICK_VERSION: 6.8.9
PATCH_VERSION: 10
- RUBY_VERSION: 26-x64
IMAGEMAGICK_VERSION: 6.9.10
PATCH_VERSION: 35
PATCH_VERSION: 38

install:
- appveyor-retry appveyor DownloadFile https://ftp.icm.edu.pl/pub/graphics/ImageMagick/binaries/ImageMagick-%IMAGEMAGICK_VERSION%-%PATCH_VERSION%-Q16-x64-dll.exe
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- run:
name: setup linux
command: |
IMAGEMAGICK_VERSION=6.9.10-35 bash before_install_linux.sh
IMAGEMAGICK_VERSION=6.9.10-38 bash before_install_linux.sh
- run:
name: install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,8 @@ env:
- IMAGEMAGICK_VERSION=6.7.7-10 CONFIGURE_OPTIONS=--enable-hdri
- IMAGEMAGICK_VERSION=6.8.9-10
- IMAGEMAGICK_VERSION=6.8.9-10 CONFIGURE_OPTIONS=--enable-hdri
- IMAGEMAGICK_VERSION=6.9.10-35
- IMAGEMAGICK_VERSION=6.9.10-35 CONFIGURE_OPTIONS=--enable-hdri
- IMAGEMAGICK_VERSION=6.9.10-38
- IMAGEMAGICK_VERSION=6.9.10-38 CONFIGURE_OPTIONS=--enable-hdri

before_install:
- source before_install_$TRAVIS_OS_NAME.sh
Expand Down
2 changes: 1 addition & 1 deletion before_install_linux.sh
Expand Up @@ -36,7 +36,7 @@ build_imagemagick() {
tar -xf ${IMAGEMAGICK_VERSION}.tar.gz
mv ImageMagick6-${IMAGEMAGICK_VERSION} $build_dir
else
wget http://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
wget https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
tar -xf ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
mv ImageMagick-${IMAGEMAGICK_VERSION} $build_dir
fi
Expand Down

0 comments on commit 8bda84a

Please sign in to comment.