Skip to content

Commit

Permalink
testing windows on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Feb 24, 2020
1 parent 35d7cdc commit 81cbb61
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# This file was generated on 2020-01-23T22:37:16+03:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

version: "{build}"

# This will build all PRs targetting matching branches.
# Without this, each PR builds twice -- once for the PR branch HEAD,
# and once for the merge commit that github creates for each mergable PR.
branches:
only:
- master
- /.*-maintenance$/

# Disable normal Windows builds in favor of our test script.
build: off

cache:
- vendor/bundle

install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle config --local path vendor/bundle
- bundle install
- cinst ansicon

before_test:
- ruby --version
- gem --version
- bundle --version

test_script:
- bundle exec rspec --backtrace

environment:
matrix:
- ruby_version: 24-x64
- ruby_version: 25-x64
- ruby_version: 26-x64

0 comments on commit 81cbb61

Please sign in to comment.