Sha256: cdc3e005ce01703e574e73cfa64e28e56850ebd7eb7b23b0daaae213e95636da

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

environment:
  matrix:
    - RUBY_VERSION: "24-x64"

install:
  - appveyor DownloadFile https://ftp.icm.edu.pl/pub/graphics/ImageMagick/binaries/ImageMagick-6.8.9-10-Q16-x64-dll.exe
  - ImageMagick-6.8.9-10-Q16-x64-dll.exe /VERYSILENT /TASKS=install_Devel
  - SET PATH=C:\Ruby%RUBY_VERSION%\bin;C:\Program Files\ImageMagick-6.8.9-Q16;%PATH%
  - bundle install

build: off

before_test:
  - ruby -v
  - gem -v
  - bundle -v

test_script:
  - rake -rdevkit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rmagick-3.0.0 .appveyor.yml