Sha256: d49cf22c748525c336bab2b82c372c459010f6f201e5f4b24bc48efc485f6e26

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

build: off
cache:
  - vendor/bundle
environment:
  matrix:
    - RUBY_VERSION: 24
      RAKE_TASK: spec
    - RUBY_VERSION: 24
      RAKE_TASK: rubocop
    - RUBY_VERSION: 26
      RAKE_TASK: spec
install:
  - choco install ffmpeg
  - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
  - bundle config --local path vendor/bundle
  - bundle install
before_test:
  - ffmpeg -version
  - ruby -v
  - gem -v
  - bundle -v
test_script:
  - bundle exec rake %RAKE_TASK%

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
screen-recorder-1.2.0 appveyor.yml