Sha256: d335220d95e94d0ba3f0790052e6fd6890c79ebf5e91e46c3258b79598e4feb3
Contents?: true
Size: 764 Bytes
Versions: 31
Compression:
Stored size: 764 Bytes
Contents
version: "{build}" os: Windows Server 2012 platform: - x64 environment: matrix: - ruby_version: "193" - ruby_version: "200" - ruby_version: "21" - ruby_version: "22" clone_folder: c:\projects\lolcommits clone_depth: 10 skip_tags: true branches: except: - gh-pages init: # stub mplayer/ffmpeg so it looks like they are installed - mkdir c:\bin - fsutil file createnew c:\bin\mplayer 1 - fsutil file createnew c:\bin\ffmpeg 1 - setx path "%path%;c:\bin" install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install bundler --quiet --no-ri --no-rdoc - bundler --version - choco install imagemagick.app -y build_script: - bundle install test_script: - bundle exec rake
Version data entries
31 entries across 31 versions & 1 rubygems