Skip to content

Commit

Permalink
Add appvyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored and ronaldtse committed Mar 31, 2019
1 parent 099b89b commit d1fdb6c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
image:https://img.shields.io/gem/v/iev.svg["Gem Version", link="https://rubygems.org/gems/iev"]
image:https://img.shields.io/travis/metanorma/iev/master.svg["Build Status", link="https://travis-ci.com/metanorma/iev"]
image:https://codeclimate.com/github/metanorma/iev/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/iev"]
image:https://ci.appveyor.com/api/projects/status/qifxbnyscgwgca0y?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/iev"]

Fetch and encode IEV term from Electropedia.

Expand Down
30 changes: 30 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: '{build}'

environment:
matrix:
- RUBY_VERSION: 25
- RUBY_VERSION: 24
- RUBY_VERSION: 23
- RUBY_VERSION: _trunk

matrix:
allow_failures:
- RUBY_VERSION: _trunk

install:
- ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex
- refreshenv

build_script:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle update
- bundle install

before_test:
- ruby -v
- gem -v
- bundle -v

test_script:
- bundle exec rake

0 comments on commit d1fdb6c

Please sign in to comment.