Sha256: 10a02337f8a83cda600fe10b222a23a85a564ad735a9db0f07a92e0b16804e8a
Contents?: true
Size: 660 Bytes
Versions: 6
Compression:
Stored size: 660 Bytes
Contents
version: '{build}' environment: matrix: - RUBY_VERSION: 26 - RUBY_VERSION: 25 - RUBY_VERSION: 24 - 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 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
6 entries across 6 versions & 1 rubygems