summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-20 12:49:48 -0800
committerTim Smith <tsmith@chef.io>2017-12-20 12:52:42 -0800
commitf1eca855ec92756c2ecea689802916033cc2c99f (patch)
treee5285a0e2c7823baec84f39bb1b28434852a5bd6
parent8980bb3847c2bc9dd511bd8923066718b57217d2 (diff)
downloadchef-f1eca855ec92756c2ecea689802916033cc2c99f.tar.gz
Shuffle our appveyor config around
This makes it easier to follow and matches their Ruby guide Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--appveyor.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 959c8e616c..a94a6f6b7e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,19 +26,21 @@ install:
- echo %OMNIBUS_RUBYGEMS%
- ps: $env:OMNIBUS_BUNDLER=$(findstr bundler omnibus_overrides.rb | %{ $_.split(" ")[3] })
- echo %OMNIBUS_BUNDLER%
- - ruby --version
- gem --version
- gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS% || gem update --system %OMNIBUS_RUBYGEMS%
- - 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:
+ - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci
- 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 spec