Sha256: 41561696168cee29c5d5ae8c02e85c6d486270f6017369686040cdc5a2525cc9
Contents?: true
Size: 806 Bytes
Versions: 2
Compression:
Stored size: 806 Bytes
Contents
version: "{build}" os: Windows Server 2012 platform: - x64 environment: matrix: - ruby_version: "200" clone_folder: c:\projects\omnibus clone_depth: 1 skip_tags: true branches: only: - master install: - SET PATH=C:\Ruby%ruby_version%\bin;C:\Ruby21%ruby_version:~3%\Devkit\mingw\bin;%PATH% - echo %PATH% - ruby --version - gem --version - gem install bundler --quiet --no-ri --no-rdoc - bundler --version - cp C:\Ruby21%ruby_version:~3%\Devkit\mingw\bin\bsdtar.exe C:\Ruby21%ruby_version:~3%\Devkit\mingw\bin\tar.exe - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem - set SSL_CERT_FILE=C:\cacert.pem build_script: - bundle install test_script: - bundle exec rake unit - bundle exec rake functional - bundle exec rake acceptance
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omnibus-5.0.0 | appveyor.yml |
omnibus-4.1.0 | appveyor.yml |