diff options
| author | Jaymala Sinha <jsinha@chef.io> | 2019-09-05 15:38:25 -0400 |
|---|---|---|
| committer | Jaymala Sinha <jsinha@chef.io> | 2019-09-05 15:38:25 -0400 |
| commit | 56a9abbd77c336521aad59ff2c71dff257f1af52 (patch) | |
| tree | 7f3cf8744f3d1da7b0ea7b7cb90fc7f759334133 | |
| parent | acda8d7f94c45e1ac9a572511c348b9f004bd3d8 (diff) | |
| download | chef-jsinha/migrate_appvyr.tar.gz | |
Migrate verification from Appveyor to Buildkitejsinha/migrate_appvyr
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| -rw-r--r-- | appveyor.yml | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index b7be639c1b..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,76 +0,0 @@ -version: "master-{build}" - -os: Visual Studio 2017 -platform: - - x64 - -cache: - - vendor/bundle - -configuration: - - integration - - functional - - unit - -environment: - matrix: - - ruby_version: "25-x64" - - ruby_version: "26-x64" - -clone_folder: c:\projects\chef -clone_depth: 1 - -skip_commits: - # version bumps by Expeditor happen as a separate commit after the merge, we can skip - message: /Bump version to [0-9.]+ by Chef Expeditor/ - # if ONLY the files listed below are changed in a commit, skip - files: - - CHANGELOG.md - - RELEASE_NOTES.md - -skip_tags: true -branches: - only: - - master - - chef-14 - -install: - - systeminfo - - winrm quickconfig -q - - 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 - - bundle config --local path vendor/bundle # use the cache we define above - - bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle - - SET SPEC_OPTS=--format progress - - SET CHEF_LICENSE="accept-no-persist" - -build: off - -before_test: - - ruby --version - - gem --version - - bundler --version - - bundle env - -for: - - - matrix: - only: - - configuration: integration - build_script: - - bundle exec rake spec:integration - - - matrix: - only: - - configuration: functional - build_script: - - bundle exec rake spec:functional - - - matrix: - only: - - configuration: unit - build_script: - - bundle exec rake spec:unit - - bundle exec rake component_specs |
