Sha256: f61af8c4b591ff4eaa9277bfde232f04044d8866ce42f7b36e0a61f6aa32a2d7

Contents?: true

Size: 677 Bytes

Versions: 19

Compression:

Stored size: 677 Bytes

Contents

---
image: Visual Studio 2017

cache:
  - vendor/bundle

branches:
  only:
  - master

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

# scripts that are called at very beginning, before repo cloning
init:
  -  ps: Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1 -Type DWord

matrix:
  fast_finish: false

install:
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install

build: "off"

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

test_script:
  - bundle exec rake full_tests

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
onceover-3.19.0 appveyor.yml
onceover-3.18.1 appveyor.yml
onceover-3.18.0 appveyor.yml
onceover-3.17.3 appveyor.yml
onceover-3.17.2 appveyor.yml
onceover-3.17.1 appveyor.yml
onceover-3.17.0 appveyor.yml
onceover-3.16.0 appveyor.yml
onceover-3.15.2 appveyor.yml
onceover-3.15.1 appveyor.yml
onceover-3.15.0 appveyor.yml
onceover-3.14.1 appveyor.yml
onceover-3.14.0 appveyor.yml
onceover-3.13.4 appveyor.yml
onceover-3.13.3 appveyor.yml
onceover-3.13.2 appveyor.yml
onceover-3.13.1 appveyor.yml
onceover-3.13.0 appveyor.yml
onceover-3.12.5 appveyor.yml