Sha256: d1b01e8d86c598739049f403279ec164970cbaccd53392e10360097265d1df31

Contents?: true

Size: 675 Bytes

Versions: 5

Compression:

Stored size: 675 Bytes

Contents

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
  - choco install latexml
  - refreshenv
  - set PATH=C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;%PATH%
  - where latexmlmath
  - chcp 65001

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
metanorma-standoc-1.2.0 appveyor.yml
metanorma-standoc-1.1.9 appveyor.yml
metanorma-standoc-1.1.8 appveyor.yml
metanorma-standoc-1.1.7 appveyor.yml
metanorma-standoc-1.1.6 appveyor.yml