Sha256: 9a985f311f133d6330717f45683d41a0e0b841964bd6c8e4f60c64a0eaabb548

Contents?: true

Size: 923 Bytes

Versions: 12

Compression:

Stored size: 923 Bytes

Contents

image: Visual Studio 2019

clone_depth: 1

init:
  - SET PATH=C:/Ruby%ruby_version%/bin;%PATH%
install:
  - ps: |
      if ($env:ruby_version -like "*head*") {
        $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:ruby_version.exe", "$pwd/ruby-setup.exe")
        cmd /c ruby-setup.exe /verysilent /currentuser /dir=C:/Ruby$env:ruby_version
      }
  - ruby --version
  - gem --version
  - ridk version
  - ridk enable
  - c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gcc ${MINGW_PACKAGE_PREFIX}-openssl"
  - gcc -v
  - gem install bundler --conservative
  - bundle install

build_script:
  - bundle exec rake compile

test_script:
  - bundle exec rake ci

environment:
  matrix:
    - ruby_version: "head-x64"
    - ruby_version: "33"
    - ruby_version: "30-x64"
    - ruby_version: "25"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libusb-0.7.2 .appveyor.yml
libusb-0.7.2-x64-mingw-ucrt .appveyor.yml
libusb-0.7.2-x64-mingw32 .appveyor.yml
libusb-0.7.2-x86-mingw32 .appveyor.yml
libusb-0.7.1 .appveyor.yml
libusb-0.7.1-x64-mingw-ucrt .appveyor.yml
libusb-0.7.1-x64-mingw32 .appveyor.yml
libusb-0.7.1-x86-mingw32 .appveyor.yml
libusb-0.7.0-x86-mingw32 .appveyor.yml
libusb-0.7.0-x64-mingw32 .appveyor.yml
libusb-0.7.0-x64-mingw-ucrt .appveyor.yml
libusb-0.7.0 .appveyor.yml