Sha256: 16704219d80ff425fb44059a1e33494e0941e5c4cbee43efc92a9b238d755bb3

Contents?: true

Size: 647 Bytes

Versions: 5

Compression:

Stored size: 647 Bytes

Contents

---
version: "{build}"
branches:
  only:
    - master
clone_depth: 10
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - SET BUNDLE_GEMFILE=gemfiles/Gemfile.windows
  - bundle install
  - bundle exec rake regemspec
  - bundle exec rake gem
  - bundle exec gem install pkg/bio-*.gem
  - echo gem "bio" >> gemfiles\Gemfile.windows
build: off
before_test:
  - ruby --version
  - gem --version
  - bundle --version
test_script:
  - bundle exec rake gem-test
environment:
  matrix:
    - ruby_version: "23"
    - ruby_version: "23-x64"
    - ruby_version: "24"
    - ruby_version: "24-x64"
    - ruby_version: "25"
    - ruby_version: "25-x64"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bio-2.0.4 appveyor.yml
bio-2.0.3 appveyor.yml
bio-2.0.2 appveyor.yml
bio-2.0.1 appveyor.yml
bio-2.0.0 appveyor.yml