summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-15 16:50:29 -0800
committerTim Smith <tsmith@chef.io>2017-11-15 16:50:29 -0800
commit8c8d35a791c22ec2c5d6bf1499848c3d4e872898 (patch)
treefdd9396103e80baa1662c6afe776c7e5c61061b1
parentae668355ae162d76afe30e89b4eca0cff5dc181d (diff)
downloadchef-tas50/testing.tar.gz
Remove appveyer config for nowtas50/testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--appveyor.yml52
1 files changed, 0 insertions, 52 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 54e2c9fdc3..0000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-version: "master-{build}"
-
-os: Windows Server 2012 R2
-platform:
- - x64
-
-cache:
- - vendor/bundle
-
-environment:
- matrix:
- - ruby_version: "24-x64"
- - ruby_version: "24"
-
-clone_folder: c:\projects\chef
-clone_depth: 1
-skip_tags: true
-branches:
- only:
- - master
- - chef-12
-
-install:
- - systeminfo
- - winrm quickconfig -q
- - SET FORCE_FFI_YAJL=ext
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - echo %PATH%
- - ps: $env:OMNIBUS_RUBYGEMS=$(findstr rubygems omnibus_overrides.rb | %{ $_.split(" ")[3] })
- - echo %OMNIBUS_RUBYGEMS%
- - ps: $env:OMNIBUS_BUNDLER=$(findstr bundler omnibus_overrides.rb | %{ $_.split(" ")[3] })
- - echo %OMNIBUS_BUNDLER%
- - ruby --version
- - gem --version
- - bundler --version
- - gem uninstall bundler -a -x
- - gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS%
- - gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc || gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc || gem install bundler -v %OMNIBUS_BUNDLER% --quiet --no-ri --no-rdoc
- - gem --version
- - bundler --version
- - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci
- - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem
- - set SSL_CERT_FILE=C:\cacert.pem
- - bundle env
-
-build_script:
- - bundle config --local path vendor/bundle
- - bundle install || bundle install || bundle install
-
-test_script:
- - SET SPEC_OPTS=--format progress
- - bundle exec rake spec