Skip to content

Commit

Permalink
use ruby 2.7 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Jul 21, 2020
1 parent 14ed732 commit 16543a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 1.0.{build}

install:
- set PATH=C:\Ruby27-x64\bin;%PATH%
- ps: |
gem install --source http://rubygems.org nokogiri -v 1.6.8.1
gem install nokogiri
ruby generator\generate.rb
before_test:
- ruby -v

build_script:
- ps: dotnet build -c Release

Expand Down

0 comments on commit 16543a3

Please sign in to comment.