appveyor.yml in winevt_c-0.9.1 vs appveyor.yml in winevt_c-0.9.2

- old
+ new

@@ -1,26 +1,32 @@ -version: '{build}' - -# init: -# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - -install: - - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - - ruby --version - - gem --version - - bundle --version - - bundle install - - ridk.cmd exec bundle exec rake compile -build: off -test_script: - # - bundle exec rake test - - bundle exec rake test TESTOPTS=-v - -# https://www.appveyor.com/docs/installed-software/#ruby -environment: - matrix: - - ruby_version: "26-x64" - - ruby_version: "26" - - ruby_version: "25-x64" - - ruby_version: "25" - - ruby_version: "24-x64" - - ruby_version: "24" +version: '{build}' + +image: Visual Studio 2019 + +# init: +# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + +install: + - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% + - ruby --version + - gem --version + - bundle --version + - bundle install + - ridk.cmd exec bundle exec rake compile +build: off +test_script: + # - bundle exec rake test + - bundle exec rake test TESTOPTS=-v + +# https://www.appveyor.com/docs/installed-software/#ruby +environment: + matrix: + - ruby_version: "30-x64" + - ruby_version: "30" + - ruby_version: "27-x64" + - ruby_version: "27" + - ruby_version: "26-x64" + - ruby_version: "26" + - ruby_version: "25-x64" + - ruby_version: "25" + - ruby_version: "24-x64" + - ruby_version: "24"