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