summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-07 09:49:52 -0700
committerGitHub <noreply@github.com>2019-08-07 09:49:52 -0700
commitc7756710233ef80e383ecabef25074f5b7968544 (patch)
treee184ac80d8abb766fb817c023a64f32bb029c4c5 /appveyor.yml
parent51dcee25b0ae6e614e5ebbc42eca0e1e3041865b (diff)
parent76b305a788968538b5ce0c7223b8b0fe470f0c31 (diff)
downloadmixlib-log-c7756710233ef80e383ecabef25074f5b7968544.tar.gz
Merge pull request #56 from chef/bk_fixes
Add windows testing in Buildkite
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 023ea09..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-version: "master-{build}"
-
-os: Visual Studio 2017
-platform:
- - x64
-
-cache:
- - vendor/bundle
-
-environment:
- matrix:
- - ruby_version: "24-x64"
- - ruby_version: "25-x64"
- - ruby_version: "26-x64"
-
-clone_depth: 1
-skip_tags: true
-skip_branch_with_pr: true
-branches:
- only:
- - master
-
-install:
- - systeminfo
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - echo %PATH%
- - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem
- - set SSL_CERT_FILE=C:\cacert.pem
- - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci
- - bundle config --local path vendor/bundle # use the cache we define above
- - bundle install || bundle install || bundle install
-
-build: off
-
-before_test:
- - ruby --version
- - gem --version
- - bundler --version
- - bundle env
-
-test_script:
- - SET SPEC_OPTS=--format progress
- - bundle exec rake \ No newline at end of file