Sha256: 1e809c7dd838aba5fedb6950478d1e10f8244fc83343304e97d0d7a06eaad856
Contents?: true
Size: 816 Bytes
Versions: 2
Compression:
Stored size: 816 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 -v 1.10.6 --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.2.0 | appveyor.yml |
omnibus-5.1.0 | appveyor.yml |