Sha256: 95a0231774e9a973ebe4ecb09ec21ebd51ca8648a7a3fee968575a2d52991704

Contents?: true

Size: 626 Bytes

Versions: 10

Compression:

Stored size: 626 Bytes

Contents

environment:
  matrix:
    - ruby_version: 24-x64
    - ruby_version: 25-x64
    #- ruby_version: 26-x64 this needs qtbindings support

cache:
  # If one of the files after the right arrow changes, cache will be invalidated
  - vendor\bundle -> appveyor.yml, Gemfile, cosmos.gemspec

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - SET PATH=C:\MinGW\bin;%PATH%
  - SET RAKEOPT=-rdevkit
  - bundle config --local path vendor/bundle
  - bundle install

build: off

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

test_script:
  - bundle exec rake build spec

branches:
  only:
    - master
  except:
    - website

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cosmos-4.5.2-java appveyor.yml
cosmos-4.5.2 appveyor.yml
cosmos-4.5.1-java appveyor.yml
cosmos-4.5.1 appveyor.yml
cosmos-4.5.0-java appveyor.yml
cosmos-4.5.0 appveyor.yml
cosmos-4.4.2-java appveyor.yml
cosmos-4.4.2 appveyor.yml
cosmos-4.4.1-java appveyor.yml
cosmos-4.4.1 appveyor.yml