Sha256: dc1609aa8ffea7cc92f664e385f406098ed1adbe4be3f52d53a7dc2ae3574771

Contents?: true

Size: 700 Bytes

Versions: 5

Compression:

Stored size: 700 Bytes

Contents

version: "ole-{build}"

os: Windows server 2012
platform:
  - x64

cache:
  - vendor/bundle

clone_folder: c:\projects\win32-taskscheduler
clone_depth: 1
branches:
  only:
    - ole

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

install:
  - systeminfo
  - winrm quickconfig -q
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - echo %PATH%
  - bundle config --local path vendor/bundle # use the cache we define above

build_script:
  - bundle install || bundle install || bundle install

before_test:
  - ruby --version
  - gem --version
  - bundler --version
  - bundle env

test_script:
  - bundle exec rake spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
win32-taskscheduler-2.0.1 appveyor.yml
win32-taskscheduler-2.0.0 appveyor.yml
win32-taskscheduler-1.0.12 appveyor.yml
win32-taskscheduler-1.0.10 appveyor.yml
win32-taskscheduler-1.0.9 appveyor.yml